Commit 7ea9b74
committed
fix(ci): disable pnpm git checks for generated release packages (#1103)
The release workflow generates package manifests and downloads binaries into the working tree before publishing. Since PR #1095 switched from npm publish to pnpm publish, pnpm's default Git cleanliness check rejects these expected untracked release artifacts.
Pass --no-git-checks to pnpm publish so the generated packages can be published while retaining provenance and public access.
Fixes the publish failure in https://github.com/oxc-project/tsgolint/actions/runs/29832181709/job/886407882581 parent a90133b commit 7ea9b74
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments