Skip to content

Commit

Permalink
Merge pull request #1 from quantz-dev/master
Browse files Browse the repository at this point in the history
Avoid google play error in Github Action
  • Loading branch information
xamantra authored Oct 11, 2021
2 parents 1977b97 + 9ec2ef6 commit eba7575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: ${{ secrets.IS_PRE_RELEASE == 'true' }}
- name: Upload .aab to Google Play
uses: r0adkll/upload-google-play@v1
uses: r0adkll/upload-google-play@v1.0.15
with:
serviceAccountJson: service_account.json
packageName: dev.xamantra.quantz
releaseFiles: build/app/outputs/bundle/release/app-release.aab
track: alpha # The owner will manually choose what to promote to production.
whatsNewDirectory: release_notes/
mappingFile: build/app/outputs/mapping/release/mapping.txt
mappingFile: build/app/outputs/mapping/release/mapping.txt

0 comments on commit eba7575

Please sign in to comment.