Skip to content

Commit

Permalink
chore(husky): Disable Husky on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Undistraction committed Jan 13, 2025
1 parent 7701b86 commit 317b301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [test]
env:
HUSKY: 0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 317b301

Please sign in to comment.