We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c4369 commit 6d4dd18Copy full SHA for 6d4dd18
1 file changed
.github/workflows/publish-mcp-registry.yml
@@ -30,6 +30,10 @@ jobs:
30
- name: Authenticate to MCP Registry
31
run: ./mcp-publisher login github-oidc
32
33
+ - name: Wait for npm registry propagation
34
+ if: ${{ inputs.dry_run != true }}
35
+ run: sleep 120
36
+
37
- name: Publish server to MCP Registry
38
if: ${{ inputs.dry_run != true }}
39
run: ./mcp-publisher publish
0 commit comments