update tag style

This commit is contained in:
南宫临风 2016-07-12 14:37:13 +08:00
parent e6ed1eab71
commit 65900b5881

View File

@ -7,7 +7,7 @@ branches:
before_deploy:
- git config --global user.email ${GITHUB_EMAIL}
- git config --global user.name ${GITHUB_NAME}
- git tag ${TRAVIS_BUILD_NUMBER}
- git tag HMCL-${HMCL_VERSION_ROOT}.${TRAVIS_BUILD_NUMBER}
- git push -q ${REPO} --tags
deploy:
provider: releases