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 }}