Skip to content

Commit b54d5e0

Browse files
committed
chore(ci - mcp): add 2min timeout before publishing to mcp registry
1 parent d82d5bd commit b54d5e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- name: Authenticate to MCP Registry
3131
run: ./mcp-publisher login github-oidc
3232

33+
- name: Wait for npm registry propagation
34+
if: ${{ inputs.dry_run != true }}
35+
run: sleep 120
36+
3337
- name: Publish server to MCP Registry
3438
if: ${{ inputs.dry_run != true }}
3539
run: ./mcp-publisher publish

0 commit comments

Comments
 (0)