updated travis

This commit is contained in:
WolverinDEV 2019-02-23 10:46:13 +01:00
parent 6271ab1bc1
commit 3dbcad0b11

View file

@ -32,5 +32,7 @@ jobs:
export GITHUB_RELEASE_REPOSITORY="$TRAVIS_REPO_SLUG";
export GITHUB_RELEASE_ACCESS_TOKEN="$GIT_AUTHTOKEN";
export GITHUB_RELEASE_COMMIT="$GIT_TAG";
/tmp/git-release "Travis autobuild $GIT_TAG_SHORT" /tmp/build/packages/* /tmp/build/logs/*;
/tmp/git-release "Travis autobuild $GIT_TAG_SHORT" /tmp/build/packages/* /tmp/build/logs/* \
--commit "$GIT_TAG" \
--tag "Hello World";
if: branch = master