Commit 5165f82
authored
build(ci): explicitly set GitHub Packages registry in publish step (#3)
The GitHub Packages publish step was incorrectly attempting to publish
to npm registry instead of GitHub Packages. This adds the explicit
--registry flag to ensure it publishes to the correct registry.
Without this flag, the setup-node registry configuration was being
overridden by the prepublishOnly script, causing the publish to target
npm instead of GitHub Packages.1 parent 097f297 commit 5165f82
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
0 commit comments