very annoying

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

View file

@ -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**