We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccfdde commit 327d375Copy full SHA for 327d375
.github/workflows/publish_to_googe_playconsole.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Deploy to Google Play (Beta)
39
uses: r0adkll/upload-google-play@v1
40
with:
41
- serviceAccountJson: ${{ secrets.GOOGLE_PLAY_JSON }}
+ serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_JSON }}
42
packageName: org.encointer.wallet
43
releaseFiles: app/build/app/outputs/bundle/playRelease/app-play-release.aab
44
track: beta # Publish to the beta track
0 commit comments