We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101ce8e commit f0d19f7Copy full SHA for f0d19f7
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
cargo install cargo-workspaces
34
cargo workspaces version custom ${{ steps.get_version.outputs.version }} \
35
--exact --yes --no-git-tag --no-git-push \
36
- -m "Commit new release ${{ steps.get_version.outputs.version }}"
+ -m "Commit new release ${{ steps.get_version.outputs.version }}" --force "mavlink-*"
37
cargo publish -p mavlink-core --no-verify
38
cargo publish -p mavlink-bindgen --no-verify
39
cargo publish -p mavlink --no-verify
0 commit comments