Skip to content

Commit a297b30

Browse files
cortinicofacebook-github-bot
authored andcommitted
Bump reactnativecommunity/react-native-android to 13.1 (facebook#45073)
Summary: Pull Request resolved: facebook#45073 We can also remove the workaround needed for git `safe.directory` as this is now configured inside the container as `*` Changelog: [Internal] [Changed] - Bump reactnativecommunity/react-native-android to 13.1 Reviewed By: blakef Differential Revision: D58789791 fbshipit-source-id: f44163a0aa822b19e0dd1106d3f039fd0dc83186
1 parent ea31a79 commit a297b30

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

.circleci/configurations/top_level.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ references:
2525
android-defaults: &android-defaults
2626
working_directory: ~/react-native
2727
docker:
28-
- image: reactnativecommunity/react-native-android:v13.0
28+
- image: reactnativecommunity/react-native-android:v13.1
2929
environment:
3030
- TERM: "dumb"
3131
- GRADLE_OPTS: '-Dorg.gradle.daemon=false'

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,6 @@ jobs:
668668
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.GHA_NPM_TOKEN }}" > ~/.npmrc
669669
- name: Publish NPM
670670
run: |
671-
git config --global --add safe.directory /__w/react-native/react-native
672671
echo "GRADLE_OPTS = $GRADLE_OPTS"
673672
export ORG_GRADLE_PROJECT_reactNativeArchitectures="armeabi-v7a,arm64-v8a,x86,x86_64"
674673
node ./scripts/releases-ci/publish-npm.js -t nightly

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,6 @@ jobs:
668668
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.GHA_NPM_TOKEN }}" > ~/.npmrc
669669
- name: Publish NPM
670670
run: |
671-
git config --global --add safe.directory /__w/react-native/react-native
672671
echo "GRADLE_OPTS = $GRADLE_OPTS"
673672
export ORG_GRADLE_PROJECT_reactNativeArchitectures="armeabi-v7a,arm64-v8a,x86,x86_64"
674673
node ./scripts/releases-ci/publish-npm.js -t release

.github/workflows/test-all.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -748,11 +748,6 @@ jobs:
748748
- name: Publish NPM
749749
shell: bash
750750
run: |
751-
# The checkout command puts react-native in a folder that is not "safe" for git
752-
# Every git command run in an unsafe folder fails. We need to pick the current commit to use it as part of the version
753-
# The following line marks the folder where react-native lives as "safe"
754-
git config --global --add safe.directory /__w/react-native/react-native
755-
756751
echo "GRADLE_OPTS = $GRADLE_OPTS"
757752
# We can't have a separate step because each command is executed in a separate shell
758753
# so variables exported in a command are not visible in another.

0 commit comments

Comments
 (0)