diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2502fb4..208022c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 \ No newline at end of file + mappingFile: build/app/outputs/mapping/release/mapping.txt