We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec2bfe4 + 43c2901 commit 537471bCopy full SHA for 537471b
.travis.yml
@@ -32,6 +32,7 @@ after_success:
32
before_deploy:
33
- if [ "$BRANCH" == "master" ]; then
34
git checkout master;
35
+ git fetch --tags;
36
fi;
37
38
deploy:
0 commit comments