mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-14 10:55:05 +01:00
Merge pull request #6 from QuarkTheAwesome/ci-testing
Tell CI to make GitHub releases on each build
This commit is contained in:
commit
223b3c31e4
@ -9,3 +9,10 @@ compile:
|
|||||||
general:
|
general:
|
||||||
artifacts:
|
artifacts:
|
||||||
- "ci"
|
- "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/
|
||||||
|
Loading…
Reference in New Issue
Block a user