Skip to content

Commit

Permalink
Add pkg.pr.new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 7, 2025
1 parent a770ba8 commit c600cc8
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: Publish through pkr.pr.new

on:
push:
branches:
- '**'
tags:
- '!**'
pull_request:
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npx --yes pkg-pr-new publish --compact --comment=update

0 comments on commit c600cc8

Please sign in to comment.