Skip to content

Commit 0f6993c

Browse files
committed
Add print for final version of server
1 parent 7dac132 commit 0f6993c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/registry-releaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
sed -i "s/\${VERSION}/$TAG_VERSION/g" server.json
4343
echo "Updated server.json version to $TAG_VERSION"
4444
45+
- name: Display updated server.json
46+
run: |
47+
echo "Final server.json contents:"
48+
cat server.json
49+
4550
- name: Login to MCP Registry
4651
run: ./mcp-publisher login github-oidc
4752

0 commit comments

Comments
 (0)