Commit dfd1588
committed
fix(ci): wire NPM_TOKEN into the npm publish step
The publish job failed with npm E404 on PUT for existing @pleaseai/code-*
packages: setup-node writes an .npmrc that reads NODE_AUTH_TOKEN, but the
Publish step never set it, so npm ran unauthenticated (placeholder token)
and the registry rejected the publish. Provide NODE_AUTH_TOKEN from the
NPM_TOKEN secret.1 parent 559a54d commit dfd1588
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments