From 4b083966e2a4cb80bbc3d0f2fc75f6190f906037 Mon Sep 17 00:00:00 2001 From: andyrooger <420834+andyrooger@users.noreply.github.com> Date: Fri, 10 May 2024 22:59:01 +0100 Subject: [PATCH] ci(release): try to stop husky running in ci --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0f17a41..0e25b95 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -42,5 +42,6 @@ jobs: - run: npm ci - run: npm run semantic-release env: + CI: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}