From 8ef90018ea3898131e945f2d7a6701d0b047341e Mon Sep 17 00:00:00 2001 From: Agustin Tena Date: Fri, 19 Aug 2022 14:04:59 +0200 Subject: [PATCH] chore: fix ci release (#22) --- .github/workflows/npm-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index d09ff40..94f3e94 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -26,6 +26,6 @@ jobs: - recursive: true args: [--frozen-lockfile] - run: pnpm compile - - run: pnpm publish --access=public + - run: pnpm publish --access=public --no-git-checks env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file