Skip to content

Commit 174bb40

Browse files
committed
CU-868f4q2qr Minor tweaks for PR 155
1 parent 83bb851 commit 174bb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/react-native-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
firebase appdistribution:distribute ./ResgridUnit-ios-adhoc.ipa --app ${{ secrets.FIREBASE_IOS_APP_ID }} --groups "testers"
278278
279279
- name: 📋 Extract Release Notes from PR Body
280-
if: ${{ github.event_name == 'pull_request' && matrix.platform == 'android' }}
280+
if: ${{ matrix.platform == 'android' }}
281281
env:
282282
PR_BODY: ${{ github.event.pull_request.body }}
283283
run: |
@@ -303,7 +303,7 @@ jobs:
303303
} > RELEASE_NOTES.md
304304
305305
- name: 📦 Create Release
306-
if: ${{ matrix.platform == 'android' }}
306+
if: ${{ matrix.platform == 'android' && (github.event.inputs.buildType == 'all' || github.event_name == 'push' || github.event.inputs.buildType == 'prod-apk') }}
307307
uses: ncipollo/release-action@v1
308308
with:
309309
tag: "7.${{ github.run_number }}"

0 commit comments

Comments
 (0)