From cc03ede335dcf299ec71ef36814c4fa174e6181b Mon Sep 17 00:00:00 2001 From: Andy Pixley <3723676+pixman20@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:15:14 -0500 Subject: [PATCH] [BRE-1424] Fixing checkout ref for github-release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c87ab5..1b98d67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -221,7 +221,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - ref: main + ref: ${{ needs.self-host-version-check.outputs.latest_version }} - name: Prepare release notes id: prepare-release-notes