Commit 5669437
fix: remove registry-url from setup-node to fix OIDC publishing
setup-node with registry-url writes an .npmrc expecting NODE_AUTH_TOKEN,
which sends an empty/invalid token that overrides OIDC trusted publishing.
Set registry manually before publish instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f330caf commit 5669437
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments