From 9f91a6a708ffc9b71c3dfc100fe177e5e8098f33 Mon Sep 17 00:00:00 2001 From: lifeisegg123 Date: Sat, 14 May 2022 14:29:53 +0900 Subject: [PATCH] fix: add no-git-check option to pnpm publish --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8d01132..8348bce 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,6 +26,6 @@ jobs: - name: build run: pnpm build - name: Publish - run: pnpm publish + run: pnpm publish --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}