Updated config.yml
This commit is contained in:
parent
bb6a47da05
commit
fae9145eeb
1 changed files with 11 additions and 9 deletions
|
@ -62,6 +62,7 @@ jobs:
|
|||
- store_artifacts:
|
||||
path: ~/Cider/dist/artifacts
|
||||
publish-github-release:
|
||||
working_directory: ~/Cider
|
||||
docker:
|
||||
- image: cibuilds/github:0.10
|
||||
steps:
|
||||
|
@ -72,3 +73,4 @@ jobs:
|
|||
command: |
|
||||
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r "cider-releases" -c ${CIRCLE_SHA1} -n "${CIRCLE_BRANCH} build #${CIRCLE_BUILD_NUM}" -b "This release is made automatically from [this commit](https://github.com/ciderapp/Cider/commit/${CIRCLE_SHA1}) using [this CircleCI job.](${CIRCLE_BUILD_URL})" ~/Cider/dist/artifacts
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue