Skip to content

Commit

Permalink
Updated uses: google-github-actions/setup-gcloud@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavik-multipl committed Apr 6, 2023
1 parent d7e15c3 commit bd46425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-playstore.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
run: flutter build appbundle --release

- name: Authenticate with Google Play Console
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v1
with:
project_id: my-project-id
service_account_key: ${{ secrets.PLAY_STORE_AUTH_TOKEN }}
Expand Down

0 comments on commit bd46425

Please sign in to comment.