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.
2 parents 0a95c0a + ef5cb8f commit f009fa5Copy full SHA for f009fa5
.github/workflows/check.yml
@@ -2,23 +2,11 @@ name: Publish Any Commit
2
on: [push, pull_request]
3
4
jobs:
5
- build:
+ publish:
6
runs-on: ubuntu-latest
7
-
8
steps:
9
- - name: Checkout code
10
- uses: actions/checkout@v4
11
12
- - run: corepack enable
+ - uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
with:
15
node-version: 20
16
- cache: "pnpm"
17
18
- - name: Install dependencies
19
- run: pnpm install
20
21
- - name: Build
22
- run: pnpm build
23
24
- - run: pnpx pkg-pr-new publish
+ - run: npx --yes pkg-pr-new publish
0 commit comments