Skip to content

Commit

Permalink
chore: configure pkg.pr.new (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama authored Dec 1, 2024
1 parent 2c7c1e6 commit ca0cb19
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish to pkg.pr.new
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
- name: Install Packages
run: pnpm install
- name: Build
run: pnpm run build
- run: pnpx pkg-pr-new publish --compact

0 comments on commit ca0cb19

Please sign in to comment.