ci: Fixed release-plz to only release and not create the release MR

This commit is contained in:
2024-11-25 18:57:12 -07:00
parent e2a5f2f1b5
commit 0c70191687
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -122,6 +122,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
command: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}