Commit 9ee2c75
fix: delete local tag before creating for force release (#76)
When using "Force release even if version unchanged", the workflow
deletes the remote tag but not the local tag. This causes the
`git tag -a` command to fail with "tag already exists".
Added `git tag -d` before creating the tag to handle force releases.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent 5b71461 commit 9ee2c75
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
0 commit comments