Skip to content

Commit

Permalink
update tag trigger on master
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Aug 1, 2019
1 parent 3a1df53 commit 8bbd832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_deploy:
- export CURRENT_VERSION=$(git describe --tag --always --long | sed -e 's/\(.*\)-\(.*\)-.*/\1.\2/')
- echo CURRENT_VERSION=$CURRENT_VERSION
- export TRAVIS_TAG=$CURRENT_VERSION
- if [[ $TRAVIS_BRANCH != "master" ]]; then git tag $TRAVIS_TAG; fi
- if [[ $TRAVIS_BRANCH == "master" ]]; then git tag $TRAVIS_TAG; fi

## Create release in GitHub
deploy:
Expand Down

0 comments on commit 8bbd832

Please sign in to comment.