Skip to content

Commit d2f5939

Browse files
committed
ci: fix to HUSKY=0
1 parent 29f2d34 commit d2f5939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ jobs:
9090
- run: pnpm run build
9191
- run: npx semantic-release
9292
env:
93-
HUSKY_SKIP_HOOKS: 1
93+
HUSKY: 0
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9595
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)