diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a153e9b..48614b18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,4 +56,4 @@ jobs: - name: Publish preview if: matrix.node_version == 22 && github.event_name == 'pull_request' && github.event.action != 'reopened' && !github.event.pull_request.draft && contains(github.event.pull_request.labels.*.name, 'cr-tracked') && !contains(github.event.pull_request.labels.*.name, 'spam') && !contains(github.event.pull_request.labels.*.name, 'invalid') - run: pnpx pkg-pr-new publish --compact + run: pnpx pkg-pr-new publish --compact --no-template --pnpm