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 e1c4e65 commit 63d8db0Copy full SHA for 63d8db0
.github/workflows/mcp-client-publish.yml
@@ -49,8 +49,8 @@ jobs:
49
git tag "mcp-client-v$BUMPED_VERSION"
50
51
# Add checks for dependencies if needed, similar to hub-publish.yml
52
- # - name: "Check Deps are published before publishing this package"
53
- # run: pnpm -w check-deps <dependency_name>
+ - name: "Check Deps are published before publishing this package"
+ run: pnpm -w check-deps inference && pnpm -w check-deps tasks
54
55
- run: pnpm publish --no-git-checks .
56
env:
0 commit comments