Commit c66bd8f
committed
fix(ci): set NODE_AUTH_TOKEN to empty for OIDC publishing
semantic-release/npm#1069 — the plugin's OIDC token exchange succeeds
but npm publish fails with ENEEDAUTH because the temporary .npmrc
created by the plugin is empty. Setting NODE_AUTH_TOKEN="" allows npm
to fall through to OIDC authentication.1 parent 1726636 commit c66bd8f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
0 commit comments