Skip to content

Commit

Permalink
feat: disable Husky for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Nov 19, 2022
1 parent 358e072 commit f20c595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: HUSKY=0 npm ci

- name: Release
env:
Expand Down

0 comments on commit f20c595

Please sign in to comment.