Skip to content

Commit 71d3bf1

Browse files
authored
fix: fix path to Cargo.toml (#8)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent ff66855 commit 71d3bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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/[email protected]
2525
with:
26-
command: release
26+
command: release --manifest-path Cargo.toml
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
2929
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
4949
- name: Run release-plz
5050
uses: release-plz/[email protected]
5151
with:
52-
command: release-pr
52+
command: release-pr --manifest-path Cargo.toml
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
5555
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)