From 749079963eadce11c7d02dfde44c29702167ff99 Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Tue, 5 May 2026 09:02:55 -0700 Subject: [PATCH] Dynamically update commitish so it should pick things for the changelog from beta --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 65dd56773..98dbaa024 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -177,7 +177,7 @@ jobs: version: ${{ steps.get-version.outputs.version }} prerelease: ${{ steps.get-version.outputs.prerelease }} publish: true - commitish: main + commitish: ${{ steps.get-version.outputs.prerelease == 'true' && 'dev' || 'main' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload release archive