Skip to content

Commit

Permalink
ci(release): disable Husky hooks in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed May 8, 2024
1 parent d698162 commit 28cc901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Expand Up @@ -189,3 +189,4 @@ jobs:
publish: npm run tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HUSKY: '0' # disabled because pre-push hook checks for changesets which have now been removed

0 comments on commit 28cc901

Please sign in to comment.