diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8588cd28c3..71ba2c4ad5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,6 +40,8 @@ jobs: pull-requests: write id-token: write runs-on: ubuntu-latest + env: + LEFTHOOK: 0 steps: - uses: actions/checkout@v4 with: @@ -101,7 +103,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest env: - HUSKY: 0 + LEFTHOOK: 0 steps: - name: Branch name run: |