We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df69c03 commit 37a31fdCopy full SHA for 37a31fd
1 file changed
.github/workflows/migrate-namespace.yml
@@ -65,6 +65,12 @@ jobs:
65
echo "Publishing old server (removing remote URL)..."
66
./mcp-publisher publish
67
68
+ # Wait for registry to propagate the old server update
69
+ - name: Wait for registry propagation
70
+ run: |
71
+ echo "Waiting 30 seconds for registry to propagate..."
72
+ sleep 30
73
+
74
# Step 2: Publish new server with remote URL using DNS auth
75
- name: Restore original files
76
run: |
0 commit comments