Skip to content

Commit c4993da

Browse files
authored
Merge pull request #21 from syncable-dev/feature/pub-creates
change ci
2 parents 4908cf1 + 80fe0a3 commit c4993da

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
if: ${{ github.repository_owner == 'syncable-dev' }}
4646
uses: release-plz/action@v0.5
4747
with:
48-
command: release --manifest-path rust-mcp-server-syncable-cli/Cargo.toml
48+
command: release
49+
manifest_path: rust-mcp-server-syncable-cli/Cargo.toml
4950
env:
5051
# you can re-declare them here or just inherit the job-level ones:
5152
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -90,7 +91,8 @@ jobs:
9091
- name: Run release-plz PR
9192
uses: release-plz/action@v0.5
9293
with:
93-
command: pr --manifest-path rust-mcp-server-syncable-cli/Cargo.toml
94+
command: release-pr
95+
manifest_path: rust-mcp-server-syncable-cli/Cargo.toml
9496
env:
9597
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9698
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)