mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
Fix crate version gathering
This commit is contained in:
parent
4e68c43ad4
commit
96aa233109
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
# For all crates in the workspace accumulate its max_version
|
||||
for CRATE_NAME in $(cargo ws list)
|
||||
do
|
||||
CRATE_VERSION="$((cargo show --json "$PKG_NAME" | jq -r .crate.max_version) 2>/dev/null || true)"
|
||||
CRATE_VERSION="$((cargo show --json "$CRATE_NAME" | jq -r .crate.max_version) 2>/dev/null || true)"
|
||||
ALL_CRATES_VERSIONS+=($CRATE_VERSION)
|
||||
done
|
||||
# Take the highest version of all
|
||||
|
Loading…
Reference in New Issue
Block a user