Skip to content

Commit 166ea7d

Browse files
luarssclaude
andcommitted
fix: make MCP registry publish wait for Docker image too
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1bc76b8 commit 166ea7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
publish-mcp-registry:
110110
name: Publish to MCP Registry
111-
needs: publish-pypi
111+
needs: [publish-pypi, publish-docker]
112112
runs-on: ubuntu-latest
113113
permissions:
114114
id-token: write

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openroad-mcp"
7-
version = "0.3.0.dev4"
7+
version = "0.3.0.dev5"
88
authors = [
99
{name = "Precision Innovations", email="jluar@precisioninno.com"},
1010
]

0 commit comments

Comments
 (0)