Commit f8a9cc9
committed
fix: use correct registry for npm OIDC trusted publishing
Remove --registry https://npmjs.org override which pointed at the wrong
domain, breaking the OIDC token exchange. npm publish now uses the
correct https://registry.npmjs.org configured by setup-node. Also add
--provenance flag for explicit provenance attestation.1 parent e2eec26 commit f8a9cc9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
0 commit comments