Skip to content

Commit

Permalink
back to the new version ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriternr committed Dec 10, 2024
1 parent 375cd03 commit 2c60040
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2c60040

Please sign in to comment.