We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4908cf1 + 80fe0a3 commit c4993daCopy full SHA for c4993da
1 file changed
.github/workflows/release-plz.yml
@@ -45,7 +45,8 @@ jobs:
45
if: ${{ github.repository_owner == 'syncable-dev' }}
46
uses: release-plz/action@v0.5
47
with:
48
- command: release --manifest-path rust-mcp-server-syncable-cli/Cargo.toml
+ command: release
49
+ manifest_path: rust-mcp-server-syncable-cli/Cargo.toml
50
env:
51
# you can re-declare them here or just inherit the job-level ones:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -90,7 +91,8 @@ jobs:
90
91
- name: Run release-plz PR
92
93
- command: pr --manifest-path rust-mcp-server-syncable-cli/Cargo.toml
94
+ command: release-pr
95
96
97
98
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments