Skip to content

Commit

Permalink
Fixed build failure on CI when rebuilding a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Nov 8, 2018
1 parent dec6b4b commit fd5b1a9
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 @@ -32,7 +32,7 @@ script:
before_deploy:
- git config --local user.name "Dima Krasner"
- git config --local user.email "[email protected]"
- git tag "$TRAVIS_BRANCH-$(git log --format=%h -1)"
- git tag -f "$TRAVIS_BRANCH-$(git log --format=%h -1)"

deploy:
provider: releases
Expand Down

0 comments on commit fd5b1a9

Please sign in to comment.