Skip to content

Commit

Permalink
Try with only file
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Jun 23, 2023
1 parent f0f5fe3 commit 2325624
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,4 @@ jobs:
# and to Production track on tags.
- name: Deploy to Play Store
run: bundle exec fastlane ${{ inputs.lane || 'beta' }}
env:
PLAY_STORE_JSON_KEY: ${{ secrets.PLAY_STORE_JSON_KEY }}
working-directory: android
1 change: 0 additions & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ platform :android do
track: 'beta',
track_promote_to: 'production',
skip_upload_changelogs: true,
json_key_data: ENV['PLAY_STORE_JSON_KEY'],
)
end
end

0 comments on commit 2325624

Please sign in to comment.