Skip to content

Commit 55f8492

Browse files
committed
ci: add pkg-pr-new
1 parent 63cc459 commit 55f8492

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- run: pnpm build
2626
- run: pnpm test
2727

28+
- name: Publish
29+
run: pnpx pkg-pr-new publish --compact --no-template --pnpm
30+
2831
release-edge:
2932
if: |
3033
github.event_name == 'push' &&

0 commit comments

Comments
 (0)