mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-22 14:09:17 +01:00
Fixing the name of the nightly releases
This commit is contained in:
parent
a65fbe6f9a
commit
004cf5f674
@ -15,4 +15,6 @@ deployment:
|
||||
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 downloading a stable release from the README.' `git describe --tags --always` ci/
|
||||
- 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/
|
||||
|
Loading…
Reference in New Issue
Block a user