1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 10:26:38 +02:00

fix git tag cmd in travis (1)

This commit is contained in:
koalyptus 2018-05-05 16:47:10 +10:00
parent 4889b29cda
commit c8df8992b3

View file

@ -18,7 +18,7 @@ before_deploy:
- git config --global user.name "koalyptus" - git config --global user.name "koalyptus"
- export GIT_TAG=$(node -p -e "require('./package.json').version") - export GIT_TAG=$(node -p -e "require('./package.json').version")
- echo -n $GIT_TAG - 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: deploy:
- provider: releases - provider: releases
on: on: