Commit 7909c55
Fix CI: replace actions/create-release@v1 with softprops/action-gh-release@v2
actions/create-release@v1 fails with 422 'already_exists' if the release
for the tag was already created (e.g. re-pushed tag or prior run).
softprops/action-gh-release@v2 upserts — creates or updates the existing
release, making the release job idempotent.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent facc307 commit 7909c55
1 file changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
183 | | - | |
| 181 | + | |
184 | 182 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
0 commit comments