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 71d3bf1 commit 8d1f73fCopy full SHA for 8d1f73f
.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 --manifest-path Cargo.toml
+ command: release
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 --manifest-path Cargo.toml
+ command: release-pr
53
54
55
Cargo.toml
@@ -0,0 +1,3 @@
1
+[workspace]
2
+members = ["rosidl_runtime_rs"]
3
+resolver = "3"
0 commit comments