Commit 6c8d395
committed
fix(ci): disable lefthook in publish workflow
Changesets action commits version bumps which triggers lefthook's
pre-commit hook in CI. The hook runs nx affected which fails without
an Nx Cloud DTE agent context. Setting LEFTHOOK=0 skips hooks for
all git operations in the publish jobs.
Also replaces stale HUSKY=0 with LEFTHOOK=0 in the snapshot job.1 parent 7a45452 commit 6c8d395
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | | - | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments