diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6773ec0..a95161d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -81,4 +81,12 @@ jobs: PLAY_STORE_CONFIG_JSON: ${{ secrets.PLAY_STORE_CONFIG_JSON }} working-directory: android - - run: flutter_distributor release --name dev \ No newline at end of file + + - 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 }} \ No newline at end of file