mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 05:52:42 -05:00
ci: disable Husky hooks during semantic-release
This commit is contained in:
parent
ad217381e6
commit
8ab6258ac0
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue