diff --git a/circle.yml b/circle.yml index f1ccfcd..1132bc6 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 using a stable release instead.' `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` ci/