Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
Signed-off-by: Toni-Jan Keith Monserrat <tonijanmonserrat@gmail.com>
  • Loading branch information
tjmonsi committed Mar 31, 2018
1 parent 36ddd53 commit 9398e37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ branches:
only:
- master
- develop
before_deploy:
- build_version=$(cat package.json | jq '.version')
- build_version=${build_version#\"}
- build_version=${build_version%\"}
- git tag -f v${build_version}
deploy:
- provider: releases
skip_cleanup: true
Expand Down

0 comments on commit 9398e37

Please sign in to comment.