Skip to content

Commit 4e1eb0d

Browse files
authored
Merge pull request #3 from syncable-dev/feature/pub-creates
feat: add replease plz path to ci pipeline
2 parents d64e468 + 7b4fa5d commit 4e1eb0d

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run release-plz
2424
uses: release-plz/action@v0.5
2525
with:
26-
command: release
26+
command: release --manifest-path mcp-rust-server/Cargo.toml
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
2929
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
@@ -52,4 +52,4 @@ jobs:
5252
command: release-pr
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
55-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}cl
55+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

release-plz.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)