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 5ac754a commit 8b11579Copy full SHA for 8b11579
.github/workflows/deploy.yml
@@ -27,6 +27,8 @@ jobs:
27
with:
28
persist-credentials: false
29
fetch-depth: 0
30
+ - name: Disable Husky for this repo
31
+ run: rm -rf .git/hooks
32
- name: Set up Node and Build for Deploy
33
uses: actions/setup-node@v3
34
@@ -46,8 +48,6 @@ jobs:
46
48
npm install -g @semantic-release/commit-analyzer@^9.0.0
47
49
npm install -g @semantic-release/release-notes-generator@^10.0.0
50
npm install
- - name: Disable Husky
- 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