Skip to content

Commit

Permalink
actions: bump dogi/upload-google-play to 1.1.4 (fixes #2074) (#2069)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Jun 28, 2024
1 parent 4a6a297 commit 5aacc67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: publish AAB to happy playstore
if: github.ref == 'refs/heads/master'
continue-on-error: true
uses: dogi/[email protected].3
uses: dogi/[email protected].4
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: io.treehouses.remote
Expand All @@ -87,7 +87,7 @@ jobs:
- name: publish AAB to unhappy playstore
if: github.ref == 'refs/heads/master'
continue-on-error: true
uses: dogi/[email protected].3
uses: dogi/[email protected].4
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: io.treehouses.remote
Expand Down

0 comments on commit 5aacc67

Please sign in to comment.