Commit a466b24
authored
fix: write GitHub Packages auth to NPM_CONFIG_USERCONFIG not ~/.npmrc (#37)
actions/setup-node sets NPM_CONFIG_USERCONFIG to a temp file; appending
the @raphaelmansuy scope and GitHub Packages token to ~/.npmrc was being
ignored, causing ENEEDAUTH on every GitHub Packages publish step.1 parent 0cba356 commit a466b24
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| |||
0 commit comments