diff --git a/.travis.yml b/.travis.yml index ab57bef..139a7d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ before_deploy: - cd deploy - zip -r libutilswut_$commit.zip . - cd .. +- export GIT_TAG=libutilwut-$commit - commitLog="$(git log -1 --pretty=%B)" - commitMessage="$(echo -e "-\n" && echo "libutilswut nightly build." && echo -e "\nCommitlog:\n")" - git tag $GIT_TAG -a -m "$commitMessage" -m "$commitLog"