Commit b097905
authored
ci: make npm publish step resumable after a failed publish (#399)
Gate Publish on whether the current package.json version is actually
on npm, not on whether this run did a version bump. After a failed
publish (e.g. missing npm trusted publisher config), a workflow_dispatch
on the same commit will now fill the gap and push the missing version,
instead of being skipped because commit-and-tag-version finds nothing
new to bump. Idempotent on repeated runs.1 parent 1272d78 commit b097905
1 file changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
86 | 98 | | |
87 | 99 | | |
88 | 100 | | |
89 | 101 | | |
90 | 102 | | |
91 | 103 | | |
92 | 104 | | |
93 | | - | |
| 105 | + | |
94 | 106 | | |
0 commit comments