This commit is contained in:
garak 2018-10-10 16:29:10 -04:00
parent 4e2ec23ddd
commit 02cb21c4be

View file

@ -12,9 +12,9 @@ script:
before_deploy:
# Set up git user name and tag this commit
- git config --local user.name "garakmon"
- git config --local user.email "garakmon@gmail.com"
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
- git config --local user.name garakmon
- git config --local user.email garakmon@gmail.com
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
deploy:
provider: releases