Skip to content

Commit faa82a7

Browse files
author
Søren Hansen
authored
ci: fix wrong directory name for squeeel-cli (#27)
1 parent 589a1f5 commit faa82a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run release-plz
2828
uses: release-plz/[email protected]
2929
with:
30-
manifest_path: squeeel_cli/Cargo.toml
30+
manifest_path: squeeel-cli/Cargo.toml
3131
command: release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
5454
id: release-plz
5555
uses: release-plz/[email protected]
5656
with:
57-
manifest_path: squeeel_cli/Cargo.toml
57+
manifest_path: squeeel-cli/Cargo.toml
5858
command: release-pr
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)