annoying
This commit is contained in:
parent
b04f813e9a
commit
4bbdfa18df
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue