Skip to content

Commit dc11568

Browse files
authored
fix: checkout tags in deploy job (#2493)
1 parent 167ab28 commit dc11568

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coder.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ jobs:
322322
id-token: write
323323
steps:
324324
- uses: actions/checkout@v3
325+
with:
326+
fetch-depth: 0
325327

326328
- name: Authenticate to Google Cloud
327329
uses: google-github-actions/auth@v0

0 commit comments

Comments
 (0)