We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30412d7 commit 87d668eCopy full SHA for 87d668e
1 file changed
.travis.yml
@@ -21,6 +21,10 @@ after_success:
21
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
22
- docker push mgramin/sql-boot
23
24
+before_deploy:
25
+ - export TRAVIS_TAG=v0.2.0
26
+ - git tag $TRAVIS_TAG
27
+
28
deploy:
29
provider: releases
30
api_key: $GITHUB_TOKEN
0 commit comments