From 6c1983e7198bdca5500548b24b7f6a59b91f2576 Mon Sep 17 00:00:00 2001 From: Core Date: Wed, 24 Aug 2022 11:26:21 +0100 Subject: [PATCH] very annoying --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**