Skip to content

Commit ea0cee8

Browse files
committed
ci: publish preview version on pull request
1 parent a35b26d commit ea0cee8

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
@@ -25,4 +25,8 @@ jobs:
2525
run: bun run build
2626

2727
- name: Test
28-
run: bun run test
28+
run: bun run test
29+
30+
- name: Publish Preview
31+
if: github.event_name == 'pull_request'
32+
run: bunx pkg-pr-new publish

0 commit comments

Comments
 (0)