1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-28 04:43:15 +02:00

fix git tag cmd in travis

This commit is contained in:
koalyptus 2018-05-05 16:38:25 +10:00
parent b3101a8871
commit 4889b29cda

View file

@ -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 -am -f "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
- git tag $GIT_TAG -amf "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
deploy:
- provider: releases
on: