Skip to content

Commit 5004a05

Browse files
Fix goreleaser, 'git doesn't contain any tags' issue
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent b6dc66c commit 5004a05

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)