Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trifonnt authored Dec 4, 2017
1 parent 8f5caff commit 608b3af
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 @@ -3,7 +3,7 @@ before_deploy:
# Set up git user name and tag this commit
- git config --local user.email "travis@travis-ci.org"
- git config --local user.name "Travis CI"
- git tag "$(date +'%Y.%m.%d-%H%:M')-$(git log --format=%h -1)"
- git tag "$(date +'%Y.%m.%d-%H_%M')-$(git log --format=%h -1)"
deploy:
provider: releases
api_key: $GITHUB_API_KEY
Expand Down

0 comments on commit 608b3af

Please sign in to comment.