Skip to content

Commit 735b1a8

Browse files
authored
Update android-release.yml
1 parent bfb689d commit 735b1a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
ls -alR output
7474
7575
- name: publish AAB to happy playstore
76+
id: playstore
7677
if: github.ref == 'refs/heads/master'
7778
continue-on-error: true
7879
uses: dogi/[email protected]
@@ -85,7 +86,7 @@ jobs:
8586
status: completed
8687

8788
- name: publish AAB to unhappy playstore
88-
if: github.ref == 'refs/heads/master'
89+
if: github.ref == 'refs/heads/master' && steps.playstore.outcome == 'failure'
8990
continue-on-error: true
9091
uses: dogi/[email protected]
9192
with:

0 commit comments

Comments
 (0)