File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments