File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 permissions :
1212 id-token : write # Required for GitHub OIDC auth to MCP Registry
13- contents : read
13+ contents : write
1414
1515 steps :
1616 - name : Checkout
3434 - name : Sync server.json to tag version
3535 run : |
3636 jq --arg v "$VERSION" '.version = $v | .packages[0].version = $v' server.json > server.tmp && mv server.tmp server.json
37+ git config user.name "github-actions[bot]"
38+ git config user.email "github-actions[bot]@users.noreply.github.com"
39+ git add server.json
40+ git diff --cached --quiet || git commit -m "chore: sync server.json to $VERSION [skip ci]"
41+ git push origin HEAD:master
3742
3843 - name : Publish to npm
3944 run : npm publish --access public --provenance --ignore-scripts
Original file line number Diff line number Diff line change 1616 "source" : " github" ,
1717 "id" : " 1163599879"
1818 },
19- "version" : " 0.4.7 " ,
19+ "version" : " 0.5.0 " ,
2020 "packages" : [
2121 {
2222 "registryType" : " npm" ,
2323 "registryBaseUrl" : " https://registry.npmjs.org" ,
2424 "identifier" : " mcp-dataverse" ,
25- "version" : " 0.4.7 " ,
25+ "version" : " 0.5.0 " ,
2626 "transport" : {
2727 "type" : " stdio"
2828 },
You can’t perform that action at this time.
0 commit comments