We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313355a commit fac2916Copy full SHA for fac2916
.github/workflows/preview.yml
@@ -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