From aac6858aade63ebe9de77106c8d9795c788e2f52 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 31 Jan 2026 09:10:54 -0800 Subject: [PATCH] Fix commitish merge --- .github/workflows/ci-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index ff05949ad..f1cd505d8 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -155,6 +155,7 @@ jobs: version: ${{ steps.get-version.outputs.version }} prerelease: ${{ steps.get-version.outputs.prerelease }} publish: true + commitish: main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload release archive