We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d347eb commit 1a45326Copy full SHA for 1a45326
.github/workflows/publish-to-play-store.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Decode service account key
54
env:
55
PLAY_STORE_CONFIG_JSON: ${{ secrets.PLAY_STORE_CONFIG_JSON }}
56
- run: echo $PLAY_STORE_CONFIG_JSON > fastlane/play-store-config.json
+ run: echo $PLAY_STORE_CONFIG_JSON > play-store-config.json
57
58
- name: Deploy to Play Store
59
run: fastlane deploy
0 commit comments