Skip to content

Commit 73a9a09

Browse files
committed
Replace fastlane action with one-line command
1 parent 8c18ed1 commit 73a9a09

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ jobs:
9494
with:
9595
name: app-release.aab
9696
- name: Release to Google Play
97-
uses: maierj/fastlane-action@v3.0.0
98-
with:
99-
lane: supply
100-
options: '{ "aab": "app-release.aab" }'
97+
run: bundle exec fastlane supply --aab app-release.aab
10198
env:
10299
SUPPLY_PACKAGE_NAME: ${{ secrets.ANDROID_PACKAGE_NAME }}
103100
SUPPLY_JSON_KEY_DATA: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}

0 commit comments

Comments
 (0)