From 24864ebf437c322f30a2e9f35d0891845bf31318 Mon Sep 17 00:00:00 2001 From: Ash Date: Fri, 31 Mar 2017 16:55:39 +1100 Subject: [PATCH] Change releases to be from bot account --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 9bbf8d2..df1af01 100644 --- a/circle.yml +++ b/circle.yml @@ -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/