We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242c058 commit f6f152aCopy full SHA for f6f152a
.github/workflows/ci.yml
@@ -33,3 +33,16 @@ jobs:
33
- run: pnpm install
34
- run: pnpm changelogen --bump -r 2.0.0 --canary nightly
35
- run: npm i -g npm@latest && npm publish --tag latest
36
+ publish-pkg-pr-new:
37
+ runs-on: ubuntu-latest
38
+ timeout-minutes: 10
39
+ needs: tests
40
+ steps:
41
+ - uses: actions/checkout@v6
42
+ with: { fetch-depth: 0 }
43
+ - run: npm i -fg corepack && corepack enable
44
+ - uses: actions/setup-node@v6
45
+ with: { node-version: lts/*, cache: "pnpm" }
46
+ - run: pnpm install
47
+ - run: pnpm build
48
+ - run: pnpm dlx pkg-pr-new publish || true
0 commit comments