We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c18ed1 commit 73a9a09Copy full SHA for 73a9a09
.github/workflows/release.yml
@@ -94,10 +94,7 @@ jobs:
94
with:
95
name: app-release.aab
96
- name: Release to Google Play
97
- uses: maierj/fastlane-action@v3.0.0
98
- with:
99
- lane: supply
100
- options: '{ "aab": "app-release.aab" }'
+ run: bundle exec fastlane supply --aab app-release.aab
101
env:
102
SUPPLY_PACKAGE_NAME: ${{ secrets.ANDROID_PACKAGE_NAME }}
103
SUPPLY_JSON_KEY_DATA: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
0 commit comments