Skip to content

Commit 445829a

Browse files
committed
ci: disable templates for preview releases till we add examples
1 parent 62e8679 commit 445829a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656

5757
- name: Publish preview
5858
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
59+
run: pnpx pkg-pr-new publish --compact --no-template --pnpm

0 commit comments

Comments
 (0)