Skip to content

Commit

Permalink
fix travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lictw committed May 25, 2018
1 parent 0e6d5cd commit 66acd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script:
before_deploy:
- git config --local user.name "Tw1ce"
- git config --local user.email "[email protected]"
- git tag "$(date +'%Y-%m-%d.%H:%M:%S')"
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 66acd29

Please sign in to comment.