Skip to content

Commit 72906da

Browse files
authored
Fix goreleaser, 'git doesn't contain any tags' issue (#498)
## Description Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents b6dc66c + 5004a05 commit 72906da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
steps:
8080
- name: Checkout code
8181
uses: actions/checkout@v5
82+
with:
83+
fetch-tags: true
8284

8385
- uses: actions/setup-go@v6
8486
with:

0 commit comments

Comments
 (0)