Skip to content

Commit

Permalink
unspecified - test for cd
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 4, 2024
1 parent 3e7c41e commit 44c9b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ 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.
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._"
if ! github-release info -t 9.9.9-continuous > /dev/null 2>&1; then
Expand Down

0 comments on commit 44c9b6e

Please sign in to comment.