Skip to content

Commit 87d668e

Browse files
committed
1 parent 30412d7 commit 87d668e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ after_success:
2121
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
2222
- docker push mgramin/sql-boot
2323

24+
before_deploy:
25+
- export TRAVIS_TAG=v0.2.0
26+
- git tag $TRAVIS_TAG
27+
2428
deploy:
2529
provider: releases
2630
api_key: $GITHUB_TOKEN

0 commit comments

Comments
 (0)