From c8df8992b3a1ca35bcc86f8941aec11299c57ed7 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sat, 5 May 2018 16:47:10 +1000 Subject: [PATCH] fix git tag cmd in travis (1) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f6c09eb..0c69071d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_deploy: - git config --global user.name "koalyptus" - export GIT_TAG=$(node -p -e "require('./package.json').version") - echo -n $GIT_TAG - - git tag $GIT_TAG -amf "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER" + - git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER" deploy: - provider: releases on: