diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 531094865..8dc0b98bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,8 @@ jobs: semantic-release: name: Tag and release latest version runs-on: ubuntu-20.04 + env: + HUSKY: 0 steps: - name: Checkout uses: actions/checkout@v3