Skip to content

Commit

Permalink
update pkg-pr-new
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Sep 21, 2024
1 parent 27ddc33 commit 4880e03
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: npx --yes pkg-pr-new publish

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build

- name: Publish
run: npx --yes pkg-pr-new publish

0 comments on commit 4880e03

Please sign in to comment.