From 97c5aa64f4cd3aa64386d868561829eac110293c Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Wed, 20 Nov 2024 22:43:03 +0900 Subject: [PATCH] Fix npm publish (#260) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c824361..e1e546f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,6 +59,6 @@ jobs: make pack - name: Publish if: github.event_name == 'release' - run: pnpm publish seqsense-pcdeditor-${PACKAGE_VERSION}.tgz + run: pnpm publish seqsense-pcdeditor-${PACKAGE_VERSION}.tgz --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}