diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 4fca2af..1387652 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -23,7 +23,7 @@ jobs: - name: Run release-plz uses: release-plz/action@v0.5 with: - command: release + command: release --manifest-path mcp-rust-server/Cargo.toml env: GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} @@ -52,4 +52,4 @@ jobs: command: release-pr env: GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }} - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}cl \ No newline at end of file + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file diff --git a/release-plz.toml b/release-plz.toml deleted file mode 100644 index e338799..0000000 --- a/release-plz.toml +++ /dev/null @@ -1,5 +0,0 @@ -[workspace] -packages = ["mcp-rust-server"] - -[release-plz] -manifest_path = "mcp-rust-server/Cargo.toml"