Merge pull request #6 from QuarkTheAwesome/ci-testing

Tell CI to make GitHub releases on each build
This commit is contained in:
Ash 2017-03-24 19:22:40 +11:00 committed by GitHub
commit 223b3c31e4

View File

@ -9,3 +9,10 @@ compile:
general:
artifacts:
- "ci"
deployment:
nightlies:
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/