Skip to content

Commit

Permalink
Merge pull request #148 from malscent/main
Browse files Browse the repository at this point in the history
Fix for gcp release
  • Loading branch information
malscent authored May 9, 2022
2 parents b657dbd + 3750fda commit c246ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GCP-CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: mkdir ${GITHUB_WORKSPACE}/build
# Runs a set of commands using the runners shell
- name: GCP Setup
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@main
with:
project_id: ${{ secrets.GCP_VM_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_COUCHBASE_PUBLIC_SA_KEY }}
Expand Down

0 comments on commit c246ef8

Please sign in to comment.