Skip to content

Commit

Permalink
pkg.pr.new
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Aug 14, 2024
1 parent 9ad3744 commit 4921d96
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: pkg.pr.new

on:
push: {}

jobs:
run:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '16'

- run: |
npm clean-install
npm run build
- name: Create pkg.pr.new release
run: npx pkg-pr-new publish

0 comments on commit 4921d96

Please sign in to comment.