From 38653ef743ecf5b19ffdc070c92dcffd9e94323b Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 20 Dec 2019 14:29:23 +0300 Subject: [PATCH] testing travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3f73ee..7a4c841 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ jobs: - dotnet build -c Release - dotnet test - stage: publish - if: ( tag IS present ) AND (( branch = BUG-3-fix-travis-publish-error )) + if: tag IS present script: - VERSION=`git tag -l --sort committerdate | tail -1 | sed -E 's/-.+//' | sed -E 's/v//'` - VERSION=${VERSION:-'0.0.0'}