Commit 97152b8
committed
fix: use NODE_AUTH_TOKEN for npm publish auth
setup-node with registry-url creates .npmrc that reads NODE_AUTH_TOKEN.
Drop manual .npmrc writing and npm@latest update.
OIDC provenance for scoped packages has open bugs with changesets,
so we use the NPM_TOKEN directly via NODE_AUTH_TOKEN.1 parent 9fee8e2 commit 97152b8
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 54 | | |
61 | 55 | | |
62 | 56 | | |
| |||
66 | 60 | | |
67 | 61 | | |
68 | 62 | | |
| 63 | + | |
69 | 64 | | |
0 commit comments