We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff66855 commit 71d3bf1Copy full SHA for 71d3bf1
.github/workflows/release-plz.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run release-plz
24
uses: release-plz/[email protected]
25
with:
26
- command: release
+ command: release --manifest-path Cargo.toml
27
env:
28
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
29
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
- command: release-pr
+ command: release-pr --manifest-path Cargo.toml
53
54
55
0 commit comments