Skip to content

Commit 866d366

Browse files
committed
chore: fix nightly release
1 parent 0c48f31 commit 866d366

File tree

3 files changed

+1
-304
lines changed

3 files changed

+1
-304
lines changed

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: pnpm build
3636

3737
- name: Release with pkg-pr-new
38-
run: pnpm exec pkg-pr-new publish
38+
run: pnpx pkg-pr-new publish

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"h3": "^1.11.0",
7878
"lint-staged": "^16.0.0",
7979
"supertest": "^7.0.0",
80-
"pkg-pr-new": "^0.0.60",
8180
"typescript": "^5.3.0",
8281
"unbuild": "^3.0.0",
8382
"deno": "^2.5.4",

0 commit comments

Comments
 (0)