From daf8afabce3f7ed093f9a8157fa04939f9b1f19d Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Mon, 18 Nov 2024 16:38:38 +0100 Subject: [PATCH] chore: skip husky on release task --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b12c42efb..20f703ff0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -152,6 +152,8 @@ jobs: - name: Release packages shell: bash env: + # skip the git hooks + HUSKY: 0 GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }} run: npx nx affected --base=last-release --parallel=1 -t version --trackDeps