Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Update r0adkll/upload-google-play action to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 10, 2023
1 parent 8c624dd commit 87eb8a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Publish QA build to internal track
if: github.ref == 'refs/heads/main'
uses: r0adkll/upload-google-play@v1.1.0
uses: r0adkll/upload-google-play@v1.1.1
with:
serviceAccountJson: release/play-account.json
packageName: app.tivi
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Publish build to alpha track
if: github.ref == 'refs/heads/main'
uses: r0adkll/upload-google-play@v1.1.0
uses: r0adkll/upload-google-play@v1.1.1
with:
serviceAccountJson: release/play-account.json
packageName: app.tivi
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Publish tagged release to beta track
if: startsWith(github.ref, 'refs/tags/v')
uses: r0adkll/upload-google-play@v1.1.0
uses: r0adkll/upload-google-play@v1.1.1
with:
serviceAccountJson: release/play-account.json
packageName: app.tivi
Expand Down

0 comments on commit 87eb8a0

Please sign in to comment.