Skip to content

Commit f0d19f7

Browse files
Jörn Rothpatrickelectric
authored andcommitted
ci: force cargo workspace to update versions
1 parent 101ce8e commit f0d19f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cargo install cargo-workspaces
3434
cargo workspaces version custom ${{ steps.get_version.outputs.version }} \
3535
--exact --yes --no-git-tag --no-git-push \
36-
-m "Commit new release ${{ steps.get_version.outputs.version }}"
36+
-m "Commit new release ${{ steps.get_version.outputs.version }}" --force "mavlink-*"
3737
cargo publish -p mavlink-core --no-verify
3838
cargo publish -p mavlink-bindgen --no-verify
3939
cargo publish -p mavlink --no-verify

0 commit comments

Comments
 (0)