This _should_ fix it

This commit is contained in:
Maschell 2017-03-24 13:55:03 +01:00 committed by GitHub
parent 5d9f19e2b1
commit d1c1d7fed8

View File

@ -16,5 +16,5 @@ deployment:
commands:
- go get github.com/tcnksm/ghr
- export commit="$(git rev-parse --short=7 HEAD)"
- export GIT_TAG=HIDtoVPADNetworkClient-nightly-$commit
- 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_TAG" ci/
- export GIT_TAG=v0.0.1-nightly-$commit
- 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_TAG ci/