Commit fa02595
committed
fix(ci): publish to npm directly instead of the interactive Makefile targets
release.yml called `make publish-rc`/`make publish`, which prompt for
confirmation and re-run commit/tag/push — fine for a human running the
whole release locally, but they cancel in CI (no TTY), so tag-triggered
releases never published. Publish directly, routing -rc./-beta. tags to
the matching npm dist-tag (never latest). NOTE: also requires the
NPM_TOKEN repo secret to be set (currently unset — see PR description).1 parent b15020c commit fa02595
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | | - | |
31 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | | - | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments