Skip to content

Commit

Permalink
Remove gcloud from release flow.
Browse files Browse the repository at this point in the history
Signed-off-by: Pengyuan Bian <[email protected]>
  • Loading branch information
bianpengyuan committed Dec 10, 2021
1 parent bcf3d5b commit 7f25c4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
with:
export_default_credentials: true
- name: Download artifacts
run: |
COMMIT=$(git rev-list -n 1 ${{ github.ref }})
Expand Down

0 comments on commit 7f25c4b

Please sign in to comment.