We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589a1f5 commit faa82a7Copy full SHA for faa82a7
1 file changed
.github/workflows/release-plz.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run release-plz
28
uses: release-plz/[email protected]
29
with:
30
- manifest_path: squeeel_cli/Cargo.toml
+ manifest_path: squeeel-cli/Cargo.toml
31
command: release
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
54
id: release-plz
55
56
57
58
command: release-pr
59
60
0 commit comments