Change TRAVIS_TAG to TRAVIS_COMMIT

This commit is contained in:
redsky17 2019-01-31 04:13:20 +00:00
parent 11d8cdb1ec
commit dc2d63bae3
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ install:
script:
- ./.ci/script.sh
- sed -i -e "s/VERSION_NAME_VALUE/${TRAVIS_TAG}/g" ./.ci/bintray-release.json || true
- sed -i -e "s/VERSION_NAME_VALUE/${TRAVIS_COMMIT}/g" ./.ci/bintray-release.json || true
- cp ./.ci/bintray-release.json .
deploy:
- provider: bintray