From 8ab6258ac03beb6434ce138d35fe5bc41e935cd2 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 26 Aug 2022 09:19:43 -0700 Subject: [PATCH] ci: disable Husky hooks during semantic-release --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1fa8d8a3..b757aa72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: