Skip to content

Commit 70cce8f

Browse files
committed
chore(*): adding alpha as next tag
1 parent a03552e commit 70cce8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ before_deploy:
3939
- cd dist/igniteui-angular
4040
# update package versions
4141
- npm version "${TRAVIS_TAG}" --no-git-tag-version --save
42-
- if [[ "${TRAVIS_TAG}" == *"beta"* || "${TRAVIS_TAG}" == *"rc"* ]]; then export NPM_TAG="next"; else export NPM_TAG="latest"; fi
42+
- if [[ "${TRAVIS_TAG}" == *"alpha"* || "${TRAVIS_TAG}" == *"beta"* || "${TRAVIS_TAG}" == *"rc"* ]]; then export NPM_TAG="next"; else export NPM_TAG="latest"; fi
4343

4444
# copy readme
4545
- cp ../../README.md README.md

0 commit comments

Comments
 (0)