Commit 6040bca
fix(ci): publish with explicit --tag latest for 1:1 downgrade (#75)
The first 1:1 release (0.0.36) is lower than the legacy 1.0.2 already on npm, so
`npm publish` refuses to move the `latest` dist-tag implicitly and exits 1. Pass
--tag latest explicitly on both the npm and GitHub Packages publishes. Needed for
every 0.0.x release until blend crosses 1.0.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 96a7da1 commit 6040bca
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
98 | | - | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
133 | | - | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
0 commit comments