From 3995dee394a95fce1fa6629a1fc81691d0383952 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sat, 5 May 2018 17:26:27 +1000 Subject: [PATCH] fix git tag cmd in travis (4) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3286dc5..564a9c8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ branches: before_deploy: - git config --global user.email "maxgug@hotmail.com" - git config --global user.name "koalyptus" - - export $GIT_TAG=$(git describe --tags) + - export GIT_TAG=$(git describe --tags) - echo -n $GIT_TAG - export NEW_GIT_TAG=$(node -p -e "require('./package.json').version") - echo -n $NEW_GIT_TAG