Commit 5b61cde
ci: disable husky in release workflow and upgrade actions
husky 8 does not auto-detect CI environments (added in v9), so
prepare script installs git hooks on CI runners. This caused
changesets/action's "Version Packages" commit to trigger the
pre-commit hook, which failed on jest ESM issues.
- Add HUSKY=0 to install and changesets steps
- Upgrade to actions/checkout@v4, actions/setup-node@v4,
pnpm/action-setup@v4, Node 22
- Add build step before publish
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 228aa73 commit 5b61cde
1 file changed
Lines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
21 | 19 | | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
24 | 22 | | |
25 | | - | |
| 23 | + | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
0 commit comments