Skip to content

Commit 474ab19

Browse files
Merge pull request #35 from CodeAnt-AI/feature/pranav/release
release
2 parents 14945f0 + 35ac2b6 commit 474ab19

4 files changed

Lines changed: 412 additions & 6 deletions

File tree

.github/workflows/publish-mcpb.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

0 commit comments

Comments
 (0)