ci: disable Husky hooks during semantic-release

This commit is contained in:
Christopher Willis-Ford 2022-08-26 09:19:43 -07:00
parent ad217381e6
commit 8ab6258ac0

View file

@ -59,7 +59,10 @@ jobs:
- store_test_results: - store_test_results:
path: test/results path: test/results
- *deploy-gh-pages - *deploy-gh-pages
- run: npx semantic-release - run:
command: npx semantic-release
environment:
HUSKY: 0 # disable Husky hooks so commitlint doesn't block semantic-release
push-translations: push-translations:
<<: *defaults <<: *defaults
steps: steps: