From 340b627df308319d34795d3fd4c407ddfb8a5d50 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Fri, 18 Apr 2025 21:28:09 +0200 Subject: [PATCH] ci: update --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 68c633c..7a473ec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,4 +10,7 @@ jobs: - uses: actions/checkout@v3 - run: curl -LsSf https://astral.sh/uv/install.sh | sh - run: ./blind_chess.py - - run: gh release create --notes "" "$(date +%y-%m-%d)" blind_chess.apkg + - run: | + date=$(date +%y-%m-%d) + gh release delete --yes $date + gh release create --notes "" $date blind_chess.apkg