1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-14 20:36:57 +02:00

fix git tag cmd in travis (5)

This commit is contained in:
koalyptus 2018-05-05 17:41:30 +10:00
parent 3995dee394
commit 81f31a3106

View file

@ -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 --abbrev=0)
- echo -n $GIT_TAG
- export NEW_GIT_TAG=$(node -p -e "require('./package.json').version")
- echo -n $NEW_GIT_TAG