Skip to content

Commit

Permalink
Merge branch 'new-release-workflow' into ci-improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Nov 4, 2024
2 parents ee8de42 + 7233617 commit 1dd9c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/get_version_from_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ version_core() {
}

# Prints the sumo version. (e.g. the X in A.B.C-sumo-X)
version_sumo() {
sumo_version() {
echo "${sumo_version}"
}

Expand All @@ -89,7 +89,7 @@ parse_version "$2"

case "$1" in
core) version_core ;;
sumo) version_sumo ;;
sumo) sumo_version ;;
productversion) windows_product_version ;;
*) bad_usage "Unknown argument: ${1}" ;;
esac

0 comments on commit 1dd9c9a

Please sign in to comment.