mirror of
https://github.com/google/cpu_features.git
synced 2025-07-02 05:33:17 +02:00
Fix release script
This commit is contained in:
@ -50,7 +50,7 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
declare -r LATEST_GIT_TAG=$(git describe --tags)
|
||||
declare -r LATEST_GIT_TAG=$(git describe --tags --abbrev=0)
|
||||
declare -r LATEST_VERSION=${LATEST_GIT_TAG#"v"}
|
||||
|
||||
if ! dpkg --compare-versions "${VERSION}" "gt" "${LATEST_VERSION}"
|
||||
|
Reference in New Issue
Block a user