diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 769802b6b..c2f44ae44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: "npm" - - run: npm ci + - run: HUSKY=0 npm ci - name: Release env: