Skip to content

Commit 8f53f5d

Browse files
brtkwrclaude
andcommitted
fix: fetch tag after creation for goreleaser
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b323167 commit 8f53f5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
default_bump: patch
2727

28+
- name: Fetch new tag
29+
run: git fetch --tags
30+
2831
- uses: actions/setup-go@v5
2932
with:
3033
go-version: "1.21"

0 commit comments

Comments
 (0)