fix release apha

This commit is contained in:
Eugenio Romano
2019-08-29 01:01:29 +01:00
parent 609ae3a3ff
commit c35fee473b
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
if [[ $TRAVIS_BRANCH == "development" ]];
then
./scripts/update-version.sh -gnu -nextalpha || exit 1;
fi
./lib/dist/cli/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)"