From 4442471dbe5efa9605d19a75295f1793a0c15bdb Mon Sep 17 00:00:00 2001 From: Ash Date: Fri, 24 Mar 2017 19:38:39 +1100 Subject: [PATCH] Update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 2cb2e27..e0cae61 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.' `git describe --tags` 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.' `git describe --tags --always` ci/