Skip to content

Commit

Permalink
Replace fastlane action with one-line command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosc committed Dec 11, 2023
1 parent 8c18ed1 commit 73a9a09
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ jobs:
with:
name: app-release.aab
- name: Release to Google Play
uses: maierj/[email protected]
with:
lane: supply
options: '{ "aab": "app-release.aab" }'
run: bundle exec fastlane supply --aab app-release.aab
env:
SUPPLY_PACKAGE_NAME: ${{ secrets.ANDROID_PACKAGE_NAME }}
SUPPLY_JSON_KEY_DATA: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}

0 comments on commit 73a9a09

Please sign in to comment.