fix: checkout tags in deploy job (#2493)

This commit is contained in:
Dean Sheather
2022-06-18 22:16:14 +00:00
committed by GitHub
parent 167ab281e4
commit dc115688b8
+2
View File
@@ -322,6 +322,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v0