mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-16 15:45:45 +01:00
fix git tag cmd in travis (1)
This commit is contained in:
parent
4889b29cda
commit
c8df8992b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -amf "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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue