Try adding commit messages to nightlies, because why not?

This commit is contained in:
Ash 2017-03-29 09:35:35 +11:00
parent 5f9da81af9
commit fcfc7e2873

View File

@ -15,4 +15,4 @@ deployment:
branch: master branch: master
commands: commands:
- go get github.com/tcnksm/ghr - 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.0.1-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. `git log -n 1`' `echo "v0.0.1-nightly-$(git rev-parse --short=7 HEAD)"` ci/