We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4efd5fb + f46ecca commit b20bfc0Copy full SHA for b20bfc0
.github/workflows/github-actions.yml
@@ -60,7 +60,7 @@ jobs:
60
run: 'trunk build --release'
61
62
- name: 'Set up Cloud SDK'
63
- uses: google-github-actions/setup-gcloud@v0
+ uses: google-github-actions/setup-gcloud@v2
64
65
- name: 'Deploy'
66
run: 'gsutil -h "Cache-Control:no-store" -m cp -r dist/* gs://${GCP_BUCKET}'
0 commit comments