We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653565b commit ae62215Copy full SHA for ae62215
.travis.yml
@@ -9,7 +9,7 @@ install:
9
10
script:
11
- make test
12
- - make VERSION="${VERSION:-latest}" dist
+ - make VERSION="${TRAVIS_TAG:-latest}" dist
13
14
deploy:
15
provider: releases
0 commit comments