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 44c9b6e commit 1582eb6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ 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! \
This release was made to be compatible with **latest stable version** of Python. \
_Certain features will not work with earlier versions of Python._"
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 \
Expand Down

0 comments on commit 1582eb6

Please sign in to comment.