We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46403b commit 5ac754aCopy full SHA for 5ac754a
.github/workflows/deploy.yml
@@ -46,6 +46,8 @@ jobs:
46
npm install -g @semantic-release/commit-analyzer@^9.0.0
47
npm install -g @semantic-release/release-notes-generator@^10.0.0
48
npm install
49
+ - name: Disable Husky
50
+ run: git config --global core.hooksPath /dev/null
51
- name: Pull latest changes from main # avoid "local behind remote" issues
52
run: git pull origin main
53
- name: Publish to Git Releases and Tags
0 commit comments