mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fix release apha
This commit is contained in:
parent
609ae3a3ff
commit
c35fee473b
@ -96,7 +96,7 @@ jobs:
|
||||
./scripts/travis/e2e/process-services-cloud-e2e.sh
|
||||
- stage: Release on npm
|
||||
script:
|
||||
- ./lib/dist/cli/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)"
|
||||
./scripts/travis/release/release.sh
|
||||
- stage: Check bundle
|
||||
script:
|
||||
- ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
||||
|
6
scripts/travis/release/release.sh
Normal file
6
scripts/travis/release/release.sh
Normal 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)"
|
Loading…
x
Reference in New Issue
Block a user