From 4bbdfa18dfba70037ca3019e6a358e55d1379b13 Mon Sep 17 00:00:00 2001 From: Core Date: Wed, 24 Aug 2022 11:25:32 +0100 Subject: [PATCH] annoying --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b3a7db6..2ab0172b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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).