Commit a5cfe5d
authored
ci(publish): atomic branch+tag push with race retry (#198)
--follow-tags pushes per-ref: when a merge train moves main mid-run,
the HEAD:main push is rejected but the tag ref still lands, orphaning
a release tag that fails every later run with 'tag already exists'
(v0.43.25 and v0.43.27 today). --atomic makes branch+tag land together
or not at all; a lost race resets to fresh main and retries.1 parent 3092603 commit a5cfe5d
1 file changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
69 | | - | |
70 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
71 | 88 | | |
72 | 89 | | |
73 | 90 | | |
| |||
0 commit comments