From 5c167b414f2c1f5dfafda5908d14fdbdb1782539 Mon Sep 17 00:00:00 2001 From: Ash Date: Fri, 24 Mar 2017 19:17:56 +1100 Subject: [PATCH] Fix indentation --- circle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index c51681e..f1ccfcd 100644 --- a/circle.yml +++ b/circle.yml @@ -12,7 +12,7 @@ general: deployment: nightlies: - branch: master - commands: - - go get github.com/tcnksm/ghr - - ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME `git describe --tags` ci/ + 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 using a stable release instead.' `git describe --tags` ci/