prerelease toggle and tag change

This commit is contained in:
Quacksire 2022-03-16 21:29:09 -07:00 committed by GitHub
parent 6ab8a3ab68
commit cbdaf943a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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