[AAE-14166] - fixing script for version (#8532)

* [AAE-14166] - fixing script for version

* [AAE-14166] - fixing script for version
This commit is contained in:
Vito Albano 2023-05-04 21:34:17 +01:00 committed by GitHub
parent a0d39c24f1
commit 42a2a3cd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ fi
if [[ "${EXEC_ALPHA}" == true ]]
then
NEXT_VERSION=${NEXT_VERSION}.${GH_BUILD_NUMBER}
NEXT_VERSION=${NEXT_VERSION}-${GH_BUILD_NUMBER}
fi
if [[ "${EXEC_BETA}" == true ]]