mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-14 02:45:05 +01:00
This _should_ fix it
This commit is contained in:
parent
5d9f19e2b1
commit
d1c1d7fed8
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user