Skip to content

Commit 5ac754a

Browse files
committed
fix: update workflow 2
1 parent b46403b commit 5ac754a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
npm install -g @semantic-release/commit-analyzer@^9.0.0
4747
npm install -g @semantic-release/release-notes-generator@^10.0.0
4848
npm install
49+
- name: Disable Husky
50+
run: git config --global core.hooksPath /dev/null
4951
- name: Pull latest changes from main # avoid "local behind remote" issues
5052
run: git pull origin main
5153
- name: Publish to Git Releases and Tags

0 commit comments

Comments
 (0)