Fixing warning during release workflow (#760)

* Fixing warning during release workflow

Co-authored-by: Igor Gov <igor.govorov1@gmail.com>
This commit is contained in:
Igor Gov 2022-02-06 20:52:15 +02:00 committed by GitHub
parent bd253e1ff7
commit 0af1bc021d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,11 +99,13 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
- id: 'auth'
uses: 'google-github-actions/auth@v0'
with:
service_account_key: ${{ secrets.GCR_JSON_KEY }}
export_default_credentials: true
credentials_json: '${{ secrets.GCR_JSON_KEY }}'
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v0'
- name: Determine versioning strategy
uses: haya14busa/action-cond@v1
@ -235,11 +237,13 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
- id: 'auth'
uses: 'google-github-actions/auth@v0'
with:
service_account_key: ${{ secrets.GCR_JSON_KEY }}
export_default_credentials: true
credentials_json: '${{ secrets.GCR_JSON_KEY }}'
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v0'
- name: Determine versioning strategy
uses: haya14busa/action-cond@v1