File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : ' 20 '
19+ node-version : ' 22 '
2020
2121 - id : version
2222 run : echo "version=$(jq -r .version package.json)" >> "$GITHUB_OUTPUT"
@@ -27,20 +27,19 @@ jobs:
2727
2828 - uses : actions/upload-artifact@v4
2929 with :
30- name : codeant-mcpb-v ${{ steps.version.outputs.version }}
30+ name : codeant-mcp- ${{ steps.version.outputs.version }}
3131 path : dist/codeant.mcpb
3232 if-no-files-found : error
3333
3434 - uses : softprops/action-gh-release@v2
3535 with :
36- tag_name : mcpb-v ${{ steps.version.outputs.version }}
37- name : CodeAnt MCPB v${{ steps.version.outputs.version }}
36+ tag_name : codeant-mcp- ${{ steps.version.outputs.version }}
37+ name : CodeAnt MCP v${{ steps.version.outputs.version }}
3838 files : dist/codeant.mcpb
3939 fail_on_unmatched_files : true
4040 body : |
41- CodeAnt MCPB bundle v${{ steps.version.outputs.version }}
41+ CodeAnt MCP bundle v${{ steps.version.outputs.version }}
4242
4343 Commit: ${{ github.sha }}
44- Message: ${{ github.event.head_commit.message }}
4544
4645 Install instructions: https://github.com/CodeAnt-AI/codeant-cli/blob/main/mcp.md
You can’t perform that action at this time.
0 commit comments