Commit d265606
fix: specify GitHub Packages registry explicitly in npm publish
npm publish was defaulting to registry.npmjs.org instead of
npm.pkg.github.com, causing ENEEDAUTH errors. Adding --registry
flag ensures the correct registry is used regardless of .npmrc
resolution in workspace setups.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 61ac45d commit d265606
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
0 commit comments