We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d64e468 + 7b4fa5d commit 4e1eb0dCopy full SHA for 4e1eb0d
2 files changed
.github/workflows/release-plz.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run release-plz
24
uses: release-plz/action@v0.5
25
with:
26
- command: release
+ command: release --manifest-path mcp-rust-server/Cargo.toml
27
env:
28
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
29
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
@@ -52,4 +52,4 @@ jobs:
52
command: release-pr
53
54
55
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}cl
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
release-plz.toml
0 commit comments