From 80f3e1b5f9002834b935ec3ca4927767bd1f8801 Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:22:41 +0100 Subject: [PATCH] Fix release target tag name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1029284d..075600af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,7 +250,7 @@ jobs: path: artifacts - name: Delete the existing pre-release - run: gh release delete "Development build" --cleanup-tag --yes --repo $GITHUB_REPOSITORY + run: gh release delete dev-build --cleanup-tag --yes --repo $GITHUB_REPOSITORY env: GITHUB_TOKEN: ${{github.token}}