Skip to content

Commit fd5b1a9

Browse files
committed
Fixed build failure on CI when rebuilding a tag
1 parent dec6b4b commit fd5b1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ script:
3232
before_deploy:
3333
- git config --local user.name "Dima Krasner"
3434
- git config --local user.email "[email protected]"
35-
- git tag "$TRAVIS_BRANCH-$(git log --format=%h -1)"
35+
- git tag -f "$TRAVIS_BRANCH-$(git log --format=%h -1)"
3636

3737
deploy:
3838
provider: releases

0 commit comments

Comments
 (0)