diff --git a/.travis.yml b/.travis.yml index df43bca8..38e149cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,7 @@ before_deploy: - git config --global user.name "koalyptus" - export GIT_TAG=$(node -p -e "require('./package.json').version") - echo -n $GIT_TAG - - echo -n $TRAVIS_TAG - - test $TRAVIS_TAG != $GIT_TAG && git tag $GIT_TAG -am "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: diff --git a/package.json b/package.json index fa244ba4..dc8251ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.6.29", + "version": "0.6.30", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": {