mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-23 18:05:09 +00:00
quick fix branch
This commit is contained in:
parent
fc224713f2
commit
aa6b5089bb
@ -5,7 +5,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
cd $DIR/../../../
|
cd $DIR/../../../
|
||||||
|
|
||||||
VERSION_IN_PACKAGE_JSON=`node -p "require('./package.json')".version;`;
|
VERSION_IN_PACKAGE_JSON=`node -p "require('./package.json')".version;`;
|
||||||
BRANCH=${GITHUB_REF##*/}
|
#BRANCH=${GITHUB_REF##*/}
|
||||||
|
BRANCH=${GITHUB_BASE_REF}
|
||||||
if [[ $BRANCH =~ ^master(-patch.*)?$ ]]
|
if [[ $BRANCH =~ ^master(-patch.*)?$ ]]
|
||||||
then
|
then
|
||||||
# Pre-release versions
|
# Pre-release versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user