We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3353c9 commit f1c45f2Copy full SHA for f1c45f2
.github/workflows/publish.yml
@@ -37,10 +37,5 @@ jobs:
37
- name: Build packages
38
run: pnpm run build:all
39
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
+ - name: Publish preview packages
+ run: pnpm dlx pkg-pr-new publish './packages/server' './packages/client'
0 commit comments