We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8e15e commit 94b7082Copy full SHA for 94b7082
.github/actions/build-android/action.yml
@@ -20,8 +20,6 @@ runs:
20
- name: Set React Native Version
21
shell: bash
22
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') }}
25
- name: Setup gradle
26
uses: ./.github/actions/setup-gradle
27
with:
0 commit comments