add date to tag

This commit is contained in:
bebbo
2019-05-03 12:53:04 +02:00
parent f4a27b25e3
commit a773c87bda
+1 -1
View File
@@ -25,7 +25,7 @@ script:
before_deploy: before_deploy:
- git config --local user.name "bebbo@travis-ci" - git config --local user.name "bebbo@travis-ci"
- git config --local user.email "bebbo@bejy.net" - git config --local user.email "bebbo@bejy.net"
- export TRAVIS_TAG=latest - export TRAVIS_TAG=latest-$(date)
- git tag $TRAVIS_TAG - git tag $TRAVIS_TAG
deploy: deploy:
provider: releases provider: releases