Skip to content

Commit b99d702

Browse files
committed
Remote extra step
1 parent e81832a commit b99d702

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ jobs:
119119
with:
120120
workload_identity_provider: projects/${{ secrets.GCP_PROJECT_NUMBER }}/locations/global/workloadIdentityPools/${{ secrets.GCP_WORKLOAD_POOL_ID }}/providers/${{ secrets.GCP_WORKLOAD_PROVIDER_ID }}
121121
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT_NAME }}@${{ secrets.GCP_PROJECT_ID }}.iam.gserviceaccount.com
122-
- name: Setup Cloud SDK
123-
uses: 'google-github-actions/setup-gcloud@v2'
124-
with:
125-
version: '>= 416.0.0'
126-
install_components: 'app-engine-go'
127122
- id: 'deploy'
128123
uses: 'google-github-actions/deploy-appengine@v2'
129124
with:

0 commit comments

Comments
 (0)