Skip to content

Commit

Permalink
improved env usage
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed May 26, 2024
1 parent 654dbe4 commit 2e38418
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,12 @@ jobs:
PLAY_STORE_CONFIG_JSON: ${{ secrets.PLAY_STORE_CONFIG_JSON }}
working-directory: android

- run: flutter_distributor release --name dev

- name: Use PLAYSTORE_CREDENTIALS
run: echo "PLAYSTORE_CREDENTIALS=$PLAYSTORE_CREDENTIALS" >> $GITHUB_ENV
env:
PLAYSTORE_CREDENTIALS: ${{ env.PLAYSTORE_CREDENTIALS }}

- run: flutter_distributor release --name dev
env:
PLAYSTORE_CREDENTIALS: ${{ env.PLAYSTORE_CREDENTIALS }}

0 comments on commit 2e38418

Please sign in to comment.