while testing, always release

This commit is contained in:
jobevers 2017-02-09 18:18:03 -06:00
parent 60c56170e9
commit 07221b4811

View file

@ -67,7 +67,7 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
export CI_BUILD_TAG=$(git describe --exact-match)
set -e
node_modules/.bin/build -p onTag
node_modules/.bin/build -p always
echo 'Build and packaging complete.'
else