Skip to content

Commit

Permalink
fix: install husky in build step (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
bompo authored Nov 27, 2024
1 parent 4527fc2 commit 0aa24f2
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 @@ -64,6 +64,8 @@ jobs:
with:
name: build-artifacts
path: dist/
- name: Install dependencies
run: npm clean-install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0aa24f2

Please sign in to comment.