Skip to content

Commit

Permalink
Bump upload-google-play version
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Sep 19, 2023
1 parent 3d48405 commit e508a02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
env:
BUILD_TOOLS_VERSION: "30.0.2"
- name: Deploy to Play Store Internal-track
uses: r0adkll/[email protected].1
uses: r0adkll/[email protected].2
with:
releaseFiles: ${{ steps.sign_app.outputs.signedReleaseFile }}
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
packageName: com.hedvig.app
releaseFiles: ${{ steps.sign_app.outputs.signedReleaseFile }}
mappingFile: app/app/build/outputs/mapping/release/mapping.txt
track: internal
status: completed
mappingFile: app/app/build/outputs/mapping/release/mapping.txt
status: completed

0 comments on commit e508a02

Please sign in to comment.