Commit e1ebf9e
committed
fix(ci): skip prepublishOnly script for GitHub Packages publish
Add --ignore-scripts flag to GitHub Packages publish step to prevent
prepublishOnly from running twice. The script already runs during npm
publish, so we can reuse the built artifacts for GitHub Packages.
This fixes the issue where GitHub Packages publish was failing because
prepublishOnly was trying to use the npm registry configuration instead
of the GitHub Packages registry.1 parent 159dd89 commit e1ebf9e
File tree
3 files changed
+7
-2
lines changed- .changeset
- .github/workflows
3 files changed
+7
-2
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 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments