Commit 239a1a9
committed
fix(ci): use NODE_AUTH_TOKEN for npm publish auth
setup-node with registry-url creates a project-level .npmrc that
expects NODE_AUTH_TOKEN. The manual $HOME/.npmrc was being shadowed,
causing 404 errors on publish.1 parent 0711404 commit 239a1a9
1 file changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 112 | | |
122 | 113 | | |
123 | 114 | | |
124 | 115 | | |
125 | | - | |
| 116 | + | |
0 commit comments