1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-27 12:31:58 +02:00

fix git tag cmd in travis (4)

This commit is contained in:
koalyptus 2018-05-05 17:26:27 +10:00
parent 7540169fcd
commit 3995dee394

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