Skip to content

Commit

Permalink
actions: publish failure publish fallback (fixes #2078) (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 2, 2024
1 parent bfb689d commit a2a0a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
ls -alR output
- name: publish AAB to happy playstore
id: playstore
if: github.ref == 'refs/heads/master'
continue-on-error: true
uses: dogi/[email protected]
Expand All @@ -85,7 +86,7 @@ jobs:
status: completed

- name: publish AAB to unhappy playstore
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' && steps.playstore.outcome == 'failure'
continue-on-error: true
uses: dogi/[email protected]
with:
Expand Down

0 comments on commit a2a0a4e

Please sign in to comment.