Hopefully a fix

This commit is contained in:
Maschell 2017-03-24 13:42:09 +01:00 committed by GitHub
parent 004cf5f674
commit 5d9f19e2b1

View File

@ -17,4 +17,4 @@ deployment:
- 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/
- 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/