From 7b02907830e2b3d94dd72824d3de7f50c64740ab Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sun, 12 Oct 2025 21:59:41 +0200 Subject: [PATCH] Try to workaround tag lock. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d51961f13..d90dead3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -904,7 +904,7 @@ jobs: - run: mv c3-ubuntu-22-Debug/c3-ubuntu-22-Debug.tar.gz c3-ubuntu-22-Debug/c3-ubuntu-22-debug.tar.gz - run: mv c3-macos-Release/c3-macos-Release.zip c3-macos-Release/c3-macos.zip - run: mv c3-macos-Debug/c3-macos-Debug.zip c3-macos-Debug/c3-macos-debug.zip - - run: gh release delete latest-prerelease --cleanup-tag -y || true + - run: gh release delete latest-prerelease-tag --cleanup-tag -y || true - run: echo "RELEASE_NAME=latest-prerelease-$(date +'%Y%m%d-%H%M')" >> $GITHUB_ENV - id: create_release @@ -912,7 +912,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: latest-prerelease + tag_name: latest-prerelease-tag name: ${{ env.RELEASE_NAME }} draft: false prerelease: true