Skip to content

Commit 82b481c

Browse files
committed
specify options
1 parent 36eecb1 commit 82b481c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,11 @@ jobs:
575575

576576
- name: Publish packages to pkg.pr.new
577577
run: |
578-
yarn dlx pkg-pr-new publish "." "./packages/@rescript/*"
578+
yarn dlx pkg-pr-new publish \
579+
--yarn --no-template \
580+
"." \
581+
"./packages/@rescript/*"
582+
shell: bash
579583

580584
publish:
581585
needs: [package, installationTest]

0 commit comments

Comments
 (0)