We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e8679 commit 445829aCopy full SHA for 445829a
.github/workflows/ci.yml
@@ -56,4 +56,4 @@ jobs:
56
57
- name: Publish preview
58
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')
59
- run: pnpx pkg-pr-new publish --compact
+ run: pnpx pkg-pr-new publish --compact --no-template --pnpm
0 commit comments