Skip to content

Commit a893579

Browse files
committed
Fix typo in release script
1 parent 763951a commit a893579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if [[ $VERSION != "preview" ]]; then
129129

130130

131131
echo "Updating server.json for MCP registry..."
132-
. ./scripts/update-server.sh $NEW_VERSION
132+
. ./scripts/update-server-json-version.sh $NEW_VERSION
133133
echo "Updated server.json for MCP registry."
134134

135135
echo "Cleaning up release notes..."

0 commit comments

Comments
 (0)