Skip to content

Commit 63d8db0

Browse files
julien-ccoyotte508
andauthored
Update .github/workflows/mcp-client-publish.yml
Co-authored-by: Eliott C. <[email protected]>
1 parent e1c4e65 commit 63d8db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mcp-client-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
git tag "mcp-client-v$BUMPED_VERSION"
5050
5151
# 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>
52+
- name: "Check Deps are published before publishing this package"
53+
run: pnpm -w check-deps inference && pnpm -w check-deps tasks
5454

5555
- run: pnpm publish --no-git-checks .
5656
env:

0 commit comments

Comments
 (0)