Skip to content

Commit

Permalink
ci: disable husky in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieweavis committed Mar 24, 2023
1 parent 6669aae commit 3ec7ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
if: steps.test.conclusion == 'success' && github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
run: HUSKY=0 npx semantic-release

0 comments on commit 3ec7ff0

Please sign in to comment.