mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[AAE-12123] env var interpolation bugfix
This commit is contained in:
parent
067d4e9369
commit
bbee01a809
@ -31,11 +31,11 @@ runs:
|
|||||||
EVENT_TYPE="api";
|
EVENT_TYPE="api";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ GITHUB_REF_NAME == "master" ]]; then
|
if [[ $GITHUB_REF_NAME == "master" ]]; then
|
||||||
echo "Set up TAG_NPM to latest on master branch"
|
echo "Set up TAG_NPM to latest on master branch"
|
||||||
TAG_NPM="latest"
|
TAG_NPM="latest"
|
||||||
fi
|
fi
|
||||||
if [[ GITHUB_REF_NAME == "develop" ]]; then
|
if [[ $GITHUB_REF_NAME == "develop" ]]; then
|
||||||
echo "Set up TAG_NPM to alpha on develop branch"
|
echo "Set up TAG_NPM to alpha on develop branch"
|
||||||
TAG_NPM="alpha"
|
TAG_NPM="alpha"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user