We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd0542 commit aa52710Copy full SHA for aa52710
.github/workflows/publish.yml
@@ -101,7 +101,7 @@ jobs:
101
credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}'
102
- name: Set up Cloud SDK
103
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
104
- uses: 'google-github-actions/setup-gcloud@v2'
+ uses: 'google-github-actions/setup-gcloud@v3'
105
- name: Sign windows binary
106
107
run: |
0 commit comments