From 31e7b5d8d9290c91dfd5adacdd065c09328947ef Mon Sep 17 00:00:00 2001 From: Edgar Date: Sat, 10 Aug 2019 11:39:09 +0200 Subject: [PATCH] :bug: Fixed Travis build tagging --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index 440e757f3..2af6bef1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,12 @@ matrix: - ./linuxdeployqt-6-x86_64.AppImage ./resources/chatterino.desktop -no-translations -unsupported-allow-new-glibc -appimage -qmake=/opt/qt512/bin/qmake - mv Chatterino-*-x86_64.AppImage Chatterino-x86_64.AppImage + before_deploy: + - git config --global user.email "builds@travis-ci.com" + - git config --global user.name "Travis CI" + - export GIT_TAG=nightly-build + - git tag $GIT_TAG -f + deploy: skip_cleanup: true provider: releases @@ -58,6 +64,12 @@ matrix: --app-drop-link 0 0 \ chatterino-osx.dmg app/" + before_deploy: + - git config --global user.email "builds@travis-ci.com" + - git config --global user.name "Travis CI" + - export GIT_TAG=nightly-build + - git tag $GIT_TAG -f + deploy: skip_cleanup: true provider: releases