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