Commit ef2d415
authored
fix(ci): skip already-published packages in publish script (CopilotKit#4979)
## Summary
- publish-release.ts now checks npm for each package before publishing —
skips versions already on the registry
- Makes publish idempotent: safe to retry after partial failures (like
the v1.57.4 situation where 1/15 published before crashing)
- Removes the one-shot `publish-remaining` workflow (no longer needed)
## Test plan
- [ ] Merge this PR
- [ ] Dispatch `release / publish` with scope `monorepo`
- [ ] Script skips `a2ui-renderer` (already at 1.57.4) and publishes the
other 142 files changed
Lines changed: 11 additions & 71 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
156 | 157 | | |
| 158 | + | |
157 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
158 | 166 | | |
159 | 167 | | |
160 | 168 | | |
| |||
173 | 181 | | |
174 | 182 | | |
175 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
176 | 187 | | |
177 | 188 | | |
178 | 189 | | |
| |||
0 commit comments