Skip to content

Commit 07a7a57

Browse files
Integrate with pkg.pr.new
1 parent a051a8a commit 07a7a57

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/preview.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Preview Release
2+
3+
on: [push]
4+
5+
jobs:
6+
publish:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: pnpm/action-setup@v4
11+
- uses: actions/setup-node@v4
12+
with:
13+
node-version: 22
14+
cache: 'pnpm'
15+
- run: pnpm i
16+
- run: pnpm build
17+
- run: pnpx pkg-pr-new publish

0 commit comments

Comments
 (0)