Skip to content

Commit

Permalink
fix: Remove Husky installation and disable HUSKY
Browse files Browse the repository at this point in the history
  • Loading branch information
iPagar committed Feb 6, 2024
1 parent 2202218 commit 7b5bbbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Husky
run: npx husky install
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: 0

0 comments on commit 7b5bbbc

Please sign in to comment.