Skip to content

Commit 4ffd09d

Browse files
committed
Use right publisher key
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent bfc835e commit 4ffd09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
jq -e '.data.servers[0].name' dist/official-registry.json > /dev/null
150150
echo "✅ Servers have name field"
151151
152-
jq -e '.data.servers[0]._meta.publisher' dist/official-registry.json > /dev/null
152+
jq -e '.data.servers[0]._meta."io.modelcontextprotocol.registry/publisher-provided"' dist/official-registry.json > /dev/null
153153
echo "✅ Servers have _meta.publisher field"
154154
155155
jq -e '.data.servers[0]._meta."io.modelcontextprotocol.registry"' dist/official-registry.json > /dev/null

0 commit comments

Comments
 (0)