Skip to content

Commit

Permalink
Fix pipeline name + stick to pkg-pr-new@0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 31, 2024
1 parent d7f5e3d commit af9317e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg-pr-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
- '!**'

jobs:
build:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npx pkg-pr-new@0.0.21 publish
- run: npx --yes pkg-pr-new@0.0.20 publish

0 comments on commit af9317e

Please sign in to comment.