mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: checkout tags in deploy job (#2493)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user