Commit 261f2c6
committed
ci(sdk): make GitHub Release creation idempotent
Address Copilot review: previously a successful run would create the
GitHub Release, and any retry (push the same tag again) would then
fail at this step even though the cargo publish wrapper handles
"already exists". Skip the create when a release for this tag is
already there, matching the cargo publish wrapper's behavior.1 parent 5d9e847 commit 261f2c6
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
0 commit comments