diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ab0172b..35b9d65e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -145,7 +145,7 @@ jobs: - run: name: Publish Release command: | - echo "Attempting to create release for Cider v${APP_VERSION} on the ${CIRCLE_BRANCH} branch." + echo "Attempting to create release for Cider v${APP_VERSION} on the ${CIRCLE_BRANCH} branch."; 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**