Pass app version to gh

This commit is contained in:
Quacksire 2022-03-16 21:24:58 -07:00 committed by GitHub
parent a0684e301c
commit 6ab8a3ab68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -69,4 +69,4 @@ jobs:
- run:
name: Publish Release
command: |
gh release create circleci-test --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH} build #${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/*
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