Skip to content

Commit 29cb8da

Browse files
committed
fix(release): add missing mandrel-mcp-th to publishing workflow
- Add Phase 7 to publish mandrel-mcp-th crate - Fix mismatch between published crates (10) and validated crates (11) - Ensures mandrel-mcp-th v0.4.3 is actually published to crates.io - Resolves: 'mandrel-mcp-th version 0.4.3 NOT found' validation error Root cause: mandrel-mcp-th was expected in validation but never included in publishing phases
1 parent e5fedf9 commit 29cb8da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,10 @@ jobs:
468468
469469
echo "=== Phase 6: MCP Server (depends on all) ==="
470470
publish_crate "codeprism-mcp-server"
471+
sleep 30
472+
473+
echo "=== Phase 7: Test Harness (depends on all) ==="
474+
publish_crate "mandrel-mcp-th"
471475
472476
echo "🎉 All crates published successfully!"
473477

0 commit comments

Comments
 (0)