Skip to content

Commit

Permalink
Fix google-github-actions/setup-gcloud from master to v0
Browse files Browse the repository at this point in the history
(cherry picked from commit eaef3c0)
  • Loading branch information
stefannica committed Mar 28, 2022
1 parent 5b9449a commit 905a60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if [ "$(cat src/zenml/VERSION)" = "$(echo ${GITHUB_REF} | sed 's|refs/tags/||g')" ]; then ./scripts/publish.sh; else exit 1; fi
# Setup gcloud CLI
- uses: google-github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v0
with:
service_account_email: ${{ secrets.GCP_CLOUDBUILD_EMAIL }}
service_account_key: ${{ secrets.GCP_CLOUDBUILD_KEY }}
Expand Down

0 comments on commit 905a60e

Please sign in to comment.