From d85f72fc92d7def4a2ff140735087507c0ff724e Mon Sep 17 00:00:00 2001 From: Klagarge Date: Sat, 14 Feb 2026 02:07:44 +0100 Subject: [PATCH] ci: fix release version Co-authored-by: Gemini --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 4830404..c57016f 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -64,7 +64,7 @@ jobs: # Create release and upload PDF # Note: softprops works very well on recent Gitea - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v1 if: ${{ steps.version.outputs.tag != '' }} # Safety check with: tag_name: ${{ steps.version.outputs.tag }}