ci: delete release if it exists

This commit is contained in:
Jack Halford 2025-04-19 00:31:39 +02:00
parent 61e9274fc1
commit 68c928bd66
No known key found for this signature in database

View file

@ -14,5 +14,5 @@ jobs:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
run: | run: |
date=$(date +%y-%m-%d) date=$(date +%y-%m-%d)
gh release delete --yes $date gh release delete --yes $date || :
gh release create --notes "" $date blind_chess.apkg gh release create --notes "" $date blind_chess.apkg