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