Commit e9a6361
fix: use --force flag with git fetch --tags to avoid tag clobber error (#27)
When a workflow is triggered by a tag push, the tag already exists
locally after checkout. `git fetch --tags` then fails with
"would clobber existing tag" for that tag. Adding --force allows
the fetch to overwrite the existing local tag.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2cceab0 commit e9a6361
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments