Skip to content

Commit 8b11579

Browse files
committed
fix: update workflow 3
1 parent 5ac754a commit 8b11579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
fetch-depth: 0
30+
- name: Disable Husky for this repo
31+
run: rm -rf .git/hooks
3032
- name: Set up Node and Build for Deploy
3133
uses: actions/setup-node@v3
3234
with:
@@ -46,8 +48,6 @@ jobs:
4648
npm install -g @semantic-release/commit-analyzer@^9.0.0
4749
npm install -g @semantic-release/release-notes-generator@^10.0.0
4850
npm install
49-
- name: Disable Husky
50-
run: git config --global core.hooksPath /dev/null
5151
- name: Pull latest changes from main # avoid "local behind remote" issues
5252
run: git pull origin main
5353
- name: Publish to Git Releases and Tags

0 commit comments

Comments
 (0)