Skip to content

Commit 8d1f73f

Browse files
authored
fix: use a cargo workspace (#9)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent 71d3bf1 commit 8d1f73f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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 --manifest-path Cargo.toml
26+
command: release
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 --manifest-path Cargo.toml
52+
command: release-pr
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
5555
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[workspace]
2+
members = ["rosidl_runtime_rs"]
3+
resolver = "3"

0 commit comments

Comments
 (0)