Skip to content

Commit

Permalink
Rename environment in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Jun 22, 2023
1 parent 280efdf commit ce366d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
- name: Deploy to Play Store
run: bundle exec fastlane ${{ inputs.lane || 'beta' }}
env:
PLAY_STORE_CONFIG_JSON: ${{ secrets.PLAY_STORE_JSON_KEY }}
PLAY_STORE_JSON_KEY: ${{ secrets.PLAY_STORE_JSON_KEY }}
working-directory: android

0 comments on commit ce366d9

Please sign in to comment.