Skip to content

Commit fac2916

Browse files
committed
feat: preview
1 parent 313355a commit fac2916

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/workflows/preview.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Preview
2+
3+
on:
4+
pull_request:
5+
6+
permissions:
7+
checks: write
8+
id-token: write
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
preview:
14+
name: Preview
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v4
18+
19+
- uses: actions/[email protected]
20+
with:
21+
node-version: 14
22+
23+
- run: corepack enable
24+
25+
- run: npm install
26+
27+
- name: Publish Preview
28+
run: npx pkg-pr-new publish

0 commit comments

Comments
 (0)