prerelease toggle and tag change
This commit is contained in:
parent
6ab8a3ab68
commit
cbdaf943a1
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 ${APP_VERSION}-${CIRCLE_BRANCH} --target ${CIRCLE_SHA1} --title "${APP_VERSION}-${CIRCLE_BRANCH}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/*.deb ~/Cider/dist/artifacts/*.AppImage ~/Cider/dist/artifacts/*.snap ~/Cider/dist/artifacts/*.yml ~/Cider/dist/artifacts/*.blockmap
|
gh release create ${CIRCLE_BRANCH} --prerelease --target ${CIRCLE_SHA1} --title "${APP_VERSION}-${CIRCLE_BRANCH}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/*.deb ~/Cider/dist/artifacts/*.AppImage ~/Cider/dist/artifacts/*.snap ~/Cider/dist/artifacts/*.yml ~/Cider/dist/artifacts/*.blockmap
|
Loading…
Add table
Add a link
Reference in a new issue