We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7faa0 commit e5686d5Copy full SHA for e5686d5
.github/workflows/build-and-register.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Update server.json version
40
run: |
41
VERSION=${GITHUB_REF#refs/tags/v}
42
- jq --arg version "$VERSION" '.version = $version' server.json > tmp.json
+ jq --arg version "$VERSION" '.version = $version | .packages[0].version = $version' server.json > tmp.json
43
mv tmp.json server.json
44
45
- name: Install MCP Publisher
0 commit comments