Skip to content

Commit 702b04f

Browse files
committed
ci(release): try to avoid touching mcp-run version
1 parent 561afb6 commit 702b04f

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
release-please:
1717
runs-on: ubuntu-latest
1818
outputs:
19-
release_created: ${{ steps.release.outputs['cladding--release_created'] }}
20-
tag_name: ${{ steps.release.outputs['cladding--tag_name'] }}
19+
release_created: ${{ steps.release.outputs.release_created }}
20+
tag_name: ${{ steps.release.outputs.tag_name }}
2121
steps:
2222
- uses: googleapis/release-please-action@v4
2323
id: release

.release-please-manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
".": "0.3.0",
3-
"crates/mcp-run": "0.1.0"
2+
".": "0.3.0"
43
}

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"draft": true,
66
"force-tag-creation": true,
77
"include-component-in-tag": false,
8-
"plugins": ["cargo-workspace"],
98
"packages": {
109
".": {
1110
"release-type": "rust",

0 commit comments

Comments
 (0)