From 186d01d37d159bf517f89de727cc9c380593f88c Mon Sep 17 00:00:00 2001 From: Mobilpadde Date: Fri, 2 Nov 2018 13:16:06 +0100 Subject: [PATCH] Fix travis tags? --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7d43b3..8d862ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ addons: - build-essential before_install: - - git tag "$VERSION" + - git tag -l "$VERSION" || git tag "$VERSION" - | if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then export CHOOSENIM_NO_ANALYTICS=1 @@ -64,4 +64,3 @@ deploy: skip_cleanup: true on: repo: Mobilpadde/tinylog - tags: true