Commit bd8882e
fix(ci): use git tag -f to handle pre-existing plain semver tag
goreleaser pushes the plain vX.Y.Z tag to the remote when it creates
the GitHub release. On retriggers, fetch-depth: 0 pulls that tag in
and the bare git tag command fails with "tag already exists". Force
flag overwrites the local alias safely — goreleaser never pushes it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d6d8489 commit bd8882e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments