ci: delete release if it exists
This commit is contained in:
parent
61e9274fc1
commit
68c928bd66
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue