From e83de84f5ce84caa22d645cbbcffe626f08b10ed Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Thu, 29 Jun 2023 17:29:49 -0300 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=F0=9F=90=9B=20=F0=9F=91=B7=20disabl?= =?UTF-8?q?e=20husky=20in=20release=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42f6706..0d4dc4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write name: Release env: - HUSKY_SKIP_HOOKS: true + HUSKY: 0 runs-on: ubuntu-latest steps: - name: Checkout