From 9fdb56884348dbd203a06acf85121efb59f9f0df Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 16:24:56 +0100 Subject: [PATCH] ci/release-tag: checkout correct branch for make test-docker (cherry-pick #18880 to version-2025.12) (#18911) Co-authored-by: Marc 'risson' Schmitt --- .github/workflows/release-tag.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 0f8a90b279..194df1fe5e 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -49,8 +49,12 @@ jobs: test: name: Pre-release test runs-on: ubuntu-latest + needs: + - check-inputs steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5 + with: + ref: "version-${{ needs.check-inputs.outputs.major_version }}" - run: make test-docker bump-authentik: name: Bump authentik version