Skip to content

Commit 327d375

Browse files
committed
[CI] properly setup google play console upload
1 parent 9ccfdde commit 327d375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_googe_playconsole.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Deploy to Google Play (Beta)
3939
uses: r0adkll/upload-google-play@v1
4040
with:
41-
serviceAccountJson: ${{ secrets.GOOGLE_PLAY_JSON }}
41+
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_JSON }}
4242
packageName: org.encointer.wallet
4343
releaseFiles: app/build/app/outputs/bundle/playRelease/app-play-release.aab
4444
track: beta # Publish to the beta track

0 commit comments

Comments
 (0)