We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec6b4b commit fd5b1a9Copy full SHA for fd5b1a9
.travis.yml
@@ -32,7 +32,7 @@ script:
32
before_deploy:
33
- git config --local user.name "Dima Krasner"
34
- git config --local user.email "[email protected]"
35
- - git tag "$TRAVIS_BRANCH-$(git log --format=%h -1)"
+ - git tag -f "$TRAVIS_BRANCH-$(git log --format=%h -1)"
36
37
deploy:
38
provider: releases
0 commit comments