From be74c16c843365743cff51492de8a0d90ca599a1 Mon Sep 17 00:00:00 2001 From: Jake Correa Date: Fri, 13 Jan 2023 08:27:43 -0800 Subject: [PATCH] fix: fix auto publish on release --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fa313b2..cdd9503 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,6 +45,6 @@ jobs: run: pnpm install --frozen-lockfile - run: pnpm build - - run: pnpm publish --access public + - run: pnpm publish --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}