We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2c86e commit 0deb85aCopy full SHA for 0deb85a
.github/workflows/npm-publish.yml
@@ -18,12 +18,12 @@ jobs:
18
git config user.email "[email protected]"
19
- name: Install npm dependencies
20
run: npm ci
21
+ env:
22
+ HUSKY: 0
23
- name: Run quality checks
24
run: npm run quality
25
- name: Build project
26
run: npm run build
- # - name: Prevent husky from interfering with standard-version commit
- # run: rm ./.git/hooks/prepare-commit-msg
27
- name: Run standard-version to bump version
28
run: npm run release
29
- name: Push version bump to main
0 commit comments