mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Change TRAVIS_TAG to TRAVIS_COMMIT
This commit is contained in:
parent
11d8cdb1ec
commit
dc2d63bae3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue