This commit is contained in:
Core 2022-08-24 11:25:32 +01:00
parent b04f813e9a
commit 4bbdfa18df
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -146,7 +146,7 @@ jobs:
name: Publish Release
command: |
echo "Attempting to create release for Cider v${APP_VERSION} on the ${CIRCLE_BRANCH} branch."
if grep -q "beta" <<< "${APP_VERSION}"; then
if grep -q "beta" \\\<<< "${APP_VERSION}"; then
echo "Beta Release Notes Used"
gh release create "v${APP_VERSION}" --title "Cider Version ${APP_VERSION} (${CIRCLE_BRANCH})" --notes "**Beta Release**
A full changelog is unavailable, but you can view the branch comparison [here](https://github.com/ciderapp/cider/compare/stable...main).