This commit is contained in:
parent
6cc2457fc5
commit
ccce457dfd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
- run: ./blind_chess.py
|
- run: ./blind_chess.py
|
||||||
- env:
|
- env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
date=$(date +%y-%m-%d)
|
date=$(date +%y-%m-%d)
|
||||||
gh release delete --yes $date || :
|
gh release delete --yes $date || :
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue