Skip to content

Commit af9317e

Browse files
committed
Fix pipeline name + stick to [email protected]
1 parent d7f5e3d commit af9317e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pkg-pr-new.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
- '!**'
1010

1111
jobs:
12-
build:
12+
publish:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19-
- run: npx [email protected].21 publish
19+
- run: npx --yes [email protected].20 publish

0 commit comments

Comments
 (0)