Skip to content

Commit 63c1aa8

Browse files
author
Dev Agent Amelia
committed
ci: add GitHub Release step to publish workflow [skip ci]
1 parent 1849583 commit 63c1aa8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,17 @@ jobs:
5454

5555
- name: Publish to MCP Registry
5656
run: ./mcp-publisher publish
57+
58+
- name: Create GitHub Release
59+
uses: softprops/action-gh-release@v2
60+
with:
61+
tag_name: ${{ github.ref_name }}
62+
name: v${{ env.VERSION }}
63+
body: |
64+
See [CHANGELOG.md](https://github.com/codeurali/mcp-dataverse/blob/master/CHANGELOG.md) for details.
65+
66+
**Install / upgrade:**
67+
```
68+
npx mcp-dataverse install
69+
```
70+
generate_release_notes: true

0 commit comments

Comments
 (0)