Skip to content

Commit

Permalink
Add setup-gcloud to release workflow, to fix doc uploads (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Oct 3, 2023
1 parent 5c7798b commit 1c4e1fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

# Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`.
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1


- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 1c4e1fd

Please sign in to comment.