Skip to content

Commit

Permalink
Revert "chore(deps): update google-github-actions/setup-gcloud action…
Browse files Browse the repository at this point in the history
… to v1 (#150)"

This reverts commit 803c8ef.
  • Loading branch information
sdelamo committed Jun 26, 2023
1 parent a3f49cd commit 4d79d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sed -i "s/^projectVersion.*$/projectVersion\=${release_version}/" gradle.properties
echo "release_version=${release_version}" >> $GITHUB_OUTPUT
- name: Login
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_email: ${{ secrets.GCP_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcr-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}:snapshot
steps:
- name: Login
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_email: ${{ secrets.GCP_EMAIL }}
Expand Down

0 comments on commit 4d79d6c

Please sign in to comment.