Change releases to be from bot account

This commit is contained in:
Ash 2017-03-31 16:55:39 +11:00
parent 0db397c2d2
commit 24864ebf43
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ deployment:
branch: master
commands:
- go get github.com/tcnksm/ghr
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release. Use caution! We recommend downloading a stable release from the README.' `echo "v0.2-nightly-$(git rev-parse --short=7 HEAD)"` ci/
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release - Use caution! We recommend downloading a stable release from the README.' `echo "v0.2-nightly-$(git rev-parse --short=7 HEAD)"` ci/