Skip to content

Commit 41d1dc0

Browse files
committed
Try --only-templates
1 parent ddabe15 commit 41d1dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pkg-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
- name: Build
2727
run: npm run build
2828

29-
- run: npx pkg-pr-new publish --compact --template './demo'
29+
- run:
30+
npx pkg-pr-new publish --compact --only-templates --template './demo'

0 commit comments

Comments
 (0)