Merge pull request #831 from turbo124/debian

Fixes for release for debian/octane
This commit is contained in:
David Bomba
2025-11-04 10:00:42 +11:00
committed by GitHub

View File

@@ -23,6 +23,8 @@ jobs:
VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/}
# Remove -o or -d suffix if present
VERSION=${VERSION%-*}
fi
MAJOR="$(echo "${VERSION}" | cut -d. -f1)"
MINOR="$(echo "${VERSION}" | cut -d. -f2)"