Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Sep 18, 2023
2 parents 9e7d3d1 + f2fb847 commit 0dabf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Create Google Play service account key
env:
GOOGLE_PLAY_SERVICE_ACCOUNT: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }}
run: echo "$GOOGLE_PLAY_SERVICE_ACCOUNT" > app/play-service-account-key.json
run: echo "$GOOGLE_PLAY_SERVICE_ACCOUNT" | base64 --decode > app/play-service-account-key.json

- name: Build apk with fastlane
run: bundle exec fastlane prod github_token:${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0dabf6d

Please sign in to comment.