Skip to content

Commit

Permalink
fix: pin action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 authored Sep 23, 2021
1 parent ee3d008 commit dad2d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- run: echo "${{ github.event.release.body }}" > whatsnew/whatsnew-en-US
if: github.event_name == 'release'

- uses: r0adkll/upload-google-play@v1
- uses: r0adkll/upload-google-play@v1.0.15
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
packageName: com.rtirl.chat
Expand Down

0 comments on commit dad2d56

Please sign in to comment.