Skip to content

Commit

Permalink
updated before_deploy
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 379cf74 commit 36c7319
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 @@ -16,7 +16,7 @@ branches:
- master
- develop
before_deploy:
- git tag $(cat package.json | jq '.version')
- git tag -f $(cat package.json | jq '.version')
- gem install github_changelog_generator
deploy:
- provider: releases
Expand Down

0 comments on commit 36c7319

Please sign in to comment.