diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7d857d03..82cac9326 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -131,17 +131,16 @@ jobs: } Pop-Location - - name: Configure Google Cloud SDK - uses: 'google-github-actions/setup-gcloud@v1' - with: - project_id: '${{ secrets.GCP_PROJECT_ID }}' - service_account_key: '${{ secrets.GCP_SA_KEY }}' - - name: Authenticate with Google Cloud - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: credentials_json: '${{ secrets.GCP_GAE_SA_KEY }}' + - name: Configure Google Cloud SDK + uses: 'google-github-actions/setup-gcloud@v2' + with: + project_id: '${{ secrets.GCP_PROJECT_ID }}' + - name: Update version env: OS_NAME: ${{ env.OS_NAME }}