Commit ed1fc76
fix: make tag and release creation idempotent on workflow retries
Use git tag -f and git push -f for tags, and delete any existing release
before creating to handle partial failure retries gracefully.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 269e285 commit ed1fc76
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
0 commit comments