Skip to content

Commit

Permalink
Update cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 4, 2024
1 parent 1582eb6 commit 0a18548
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ jobs:
git push --tags --force
- name: Setup continuous release
run: |
DESCRIPTION="This is an automated build of the latest source triggered by commit ${{ github.sha }} (@${{ github.actor }}). It may be unstable or even crash, corrupt your save or eat your kitten. Use with caution! \nThis release was made to be compatible with **latest stable version** of Python. \n_Certain features will not work with earlier versions of Python._"
if ! github-release info -t 9.9.9-continuous > /dev/null 2>&1; then
github-release release \
--tag 9.9.9-continuous \
--name "Continuous Build" \
--description "$DESCRIPTION" \
--description "This is an automated build of the latest source triggered by commit ${{ github.sha }} (@${{ github.actor }}). It may be unstable or even crash, corrupt your save or eat your kitten" \
else
github-release edit \
--tag 9.9.9-continuous \
Expand Down

0 comments on commit 0a18548

Please sign in to comment.