From 64b1d2c00076c8a79f9e3ea9a5b5e56ff68d28bf Mon Sep 17 00:00:00 2001 From: neoki Date: Mon, 25 Mar 2024 11:29:09 +0900 Subject: [PATCH] chore: set env CI to prevent lefthook from running (#41) --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 45007ab..e8b4cb6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,9 +7,6 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} -env: - CI: true - jobs: publish: runs-on: ubuntu-latest @@ -27,3 +24,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + CI: true