FUCK THIS SHIT

This commit is contained in:
Core 2022-08-25 19:58:58 +01:00
parent deadd476a0
commit 24b6e43e2c
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -122,8 +122,8 @@ jobs:
name: Publish Release name: Publish Release
command: | command: |
cd ~/Cider; cd ~/Cider;
VERS=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | sed 's/ //g'); APP_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | sed 's/ //g');
echo "Attempting to create release for Cider v${VERS} on the ${CIRCLE_BRANCH} branch."; echo "Attempting to create release for Cider v${APP_VERSION} on the ${CIRCLE_BRANCH} branch.";
gh release create "v${APP_VERSION}" --title "Cider Version ${APP_VERSION} (${CIRCLE_BRANCH})" --notes "**Beta Release** 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). A full changelog is unavailable, but you can view the branch comparison [here](https://github.com/ciderapp/cider/compare/stable...main).
These builds are considered bleeding edge, expect bugs and please do not use this as a representation of the full app. These builds are considered bleeding edge, expect bugs and please do not use this as a representation of the full app.