Skip to content

Commit f1c45f2

Browse files
committed
pkg-pr-new update
1 parent c3353c9 commit f1c45f2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,5 @@ jobs:
3737
- name: Build packages
3838
run: pnpm run build:all
3939

40-
- name: Publish preview for @modelcontextprotocol/sdk-client
41-
working-directory: packages/client
42-
run: npx pkg-pr-new publish
43-
44-
- name: Publish preview for @modelcontextprotocol/sdk-server
45-
working-directory: packages/server
46-
run: npx pkg-pr-new publish
40+
- name: Publish preview packages
41+
run: pnpm dlx pkg-pr-new publish './packages/server' './packages/client'

0 commit comments

Comments
 (0)