Skip to content

Commit 1fbc619

Browse files
committed
chore(ci): configure pkg-pr-new publish path
1 parent b9f1047 commit 1fbc619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: bun run test:unit
2828
- name: Publish
2929
if: github.event_name == 'pull_request'
30-
run: bun x pkg-pr-new publish
30+
run: bun x pkg-pr-new publish './packages/*'
3131
# TODO: upload coverage
3232
# - name: Upload coverage

0 commit comments

Comments
 (0)