mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-24 14:31:41 +00:00
use the dot to make nx happy (#8388)
This commit is contained in:
@@ -82,7 +82,7 @@ fi
|
|||||||
|
|
||||||
if [[ "${EXEC_ALPHA}" == true ]]
|
if [[ "${EXEC_ALPHA}" == true ]]
|
||||||
then
|
then
|
||||||
NEXT_VERSION=${NEXT_VERSION}-${PR_NUMBER}
|
NEXT_VERSION=${NEXT_VERSION}.${PR_NUMBER}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${EXEC_BETA}" == true ]]
|
if [[ "${EXEC_BETA}" == true ]]
|
||||||
|
Reference in New Issue
Block a user