Skip to content

Commit

Permalink
Pin upload-google-play action to v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Oct 11, 2021
1 parent c5f1290 commit a21680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Publish to Google Play
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'LiveTL/android'
uses: r0adkll/upload-google-play@v1
uses: r0adkll/upload-google-play@v1.0.15
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
packageName: com.livetl.android
Expand Down

0 comments on commit a21680f

Please sign in to comment.