From 51e32ba4e90f203bbaa84cc0e5ef5f7dac2eb9b1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:55:18 +0000 Subject: [PATCH 1/2] Initial plan From e61a3af7fbdb63ffb2cf3f4d5e555f85cbb7dbf6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:57:46 +0000 Subject: [PATCH 2/2] Fix release workflow: add missing tag_name to softprops/action-gh-release@v2 Co-authored-by: madkoding <333442+madkoding@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7af8bb8..a306de1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v2 with: + tag_name: ${{ steps.version.outputs.version }} name: ${{ steps.version.outputs.version }} draft: false prerelease: false