mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -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:
|
||||
path: test/results
|
||||
- *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:
|
||||
<<: *defaults
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue