Skip to content

Commit b6c51f8

Browse files
committed
fix: Disables husky in CI
1 parent d80185b commit b6c51f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
env:
9+
HUSKY: 0 # Disables husky hooks
10+
811
concurrency: ${{ github.workflow }}-${{ github.ref }}
912

1013
jobs:

0 commit comments

Comments
 (0)