mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix release apha
This commit is contained in:
@@ -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)"
|
||||
Reference in New Issue
Block a user