Skip to content

Commit

Permalink
chore: pkg.pr.new (#2904)
Browse files Browse the repository at this point in the history
* init

* add a new line

---------

Co-authored-by: Daishi Kato <[email protected]>
  • Loading branch information
Aslemammad and dai-shi authored Dec 16, 2024
1 parent 52eae2b commit 382eeac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish Any Commit

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm dlx pkg-pr-new publish './dist' --compact --template './examples/*'

0 comments on commit 382eeac

Please sign in to comment.