Skip to content

Commit 926f480

Browse files
committed
feat(docs): remove husky from script
1 parent adf2152 commit 926f480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
# "HUSKY=0" disables pre-commit-msg check (Needed in order to allow semantic-release perform the release commit)
4040
run: |
4141
npm config set provenance true
42-
HUSKY=0 npx semantic-release
42+
npx semantic-release
4343
env:
4444
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
HUSKY: 0

0 commit comments

Comments
 (0)