Skip to content

Commit

Permalink
ci: set HUSKY=0 directly in command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau committed Apr 7, 2024
1 parent 952e0cb commit c3aef7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: '0'
run: pnpm exec semantic-release
run: HUSKY=0 pnpm exec semantic-release

0 comments on commit c3aef7c

Please sign in to comment.