From 3ec7ff0aca907302c22cd56a836b25713de5c986 Mon Sep 17 00:00:00 2001 From: Jamie Weavis Date: Fri, 24 Mar 2023 19:56:11 +0000 Subject: [PATCH] ci: disable husky in ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a77ead8..ab280b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,4 +40,4 @@ jobs: if: steps.test.conclusion == 'success' && github.ref == 'refs/heads/main' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npx semantic-release + run: HUSKY=0 npx semantic-release