Updated config.yml
This commit is contained in:
parent
0884538b6f
commit
c0abfd8a6f
1 changed files with 1 additions and 1 deletions
|
@ -69,4 +69,4 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Publish Release
|
name: Publish Release
|
||||||
command: |
|
command: |
|
||||||
gh release create --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH} build #${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/cider-releases ~/Cider/dist/artifacts/*
|
gh release create --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH} build #${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/*
|
Loading…
Add table
Add a link
Reference in a new issue