Skip to content

Commit 37a31fd

Browse files
author
Kesku
committed
propagation delay
1 parent df69c03 commit 37a31fd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/migrate-namespace.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
echo "Publishing old server (removing remote URL)..."
6666
./mcp-publisher publish
6767
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+
6874
# Step 2: Publish new server with remote URL using DNS auth
6975
- name: Restore original files
7076
run: |

0 commit comments

Comments
 (0)