Skip to content

Commit e896665

Browse files
committed
Remove --only-templates
1 parent 41d1dc0 commit e896665

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pkg-pr.yml

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

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

0 commit comments

Comments
 (0)