👷 Remove auth step from release.yml

This commit is contained in:
M. Mert Yildiran 2022-12-30 02:28:47 +03:00
parent a4190152f1
commit c54a6e055e
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -24,14 +24,6 @@ jobs:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v2 uses: actions/checkout@v2
- id: 'auth'
uses: 'google-github-actions/auth@v0'
with:
credentials_json: '${{ secrets.GCR_JSON_KEY }}'
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v0'
- name: Determine versioning strategy - name: Determine versioning strategy
uses: haya14busa/action-cond@v1 uses: haya14busa/action-cond@v1
id: condval id: condval