Skip to content

Commit 94b7082

Browse files
committed
Revert "Do not reset rn-artifacts-version on release branch (#48572)"
This reverts commit a28d396.
1 parent 0c8e15e commit 94b7082

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/build-android/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ runs:
2020
- name: Set React Native Version
2121
shell: bash
2222
run: node ./scripts/releases/set-rn-artifacts-version.js --build-type ${{ inputs.release-type }}
23-
# We don't want to re-set the artifacts version if we're on the release branch.
24-
if: ${{ !contains(github.ref, '-stable') }}
2523
- name: Setup gradle
2624
uses: ./.github/actions/setup-gradle
2725
with:

0 commit comments

Comments
 (0)