Skip to content

Commit

Permalink
actions: smoother playstore by double publish (fixes #2009) (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored May 28, 2024
1 parent b469a1b commit a8c7f7b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,21 @@ jobs:
sha256sum output/remote.aab > output/remote.aab.sha256
ls -alR output
- name: publish AAB to playstore
- name: publish AAB to happy playstore
if: github.ref == 'refs/heads/master'
continue-on-error: true
uses: dogi/[email protected]
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: io.treehouses.remote
releaseFiles: output/remote.aab
track: internal
releaseName: "${{ env.VERSION }}"
status: completed

- name: publish AAB to unhappy playstore
if: github.ref == 'refs/heads/master'
continue-on-error: true
uses: dogi/[email protected]
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
Expand Down

0 comments on commit a8c7f7b

Please sign in to comment.