We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d0bee commit c082b0aCopy full SHA for c082b0a
1 file changed
.travis.yml
@@ -23,7 +23,7 @@ after_success:
23
24
before_deploy:
25
- export TRAVIS_TAG=v0.2.0
26
- - git tag $TRAVIS_TAG
+ - git tag $TRAVIS_TAG --force
27
28
deploy:
29
provider: releases
0 commit comments