fix tag (2)

This commit is contained in:
bebbo
2019-05-03 13:41:49 +02:00
parent a773c87bda
commit 053eba1265
+1 -1
View File
@@ -25,7 +25,7 @@ script:
before_deploy:
- git config --local user.name "bebbo@travis-ci"
- git config --local user.email "bebbo@bejy.net"
- export TRAVIS_TAG=latest-$(date)
- export TRAVIS_TAG=latest-$(date +'%Y%m%d%H%M%S')
- git tag $TRAVIS_TAG
deploy:
provider: releases