From 14b8ba5ffe59ced8b31a585cd39d5b0a22002bbb Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sun, 21 Dec 2025 13:52:58 +0100 Subject: [PATCH] Update branch check in release workflow to target `develop/main` instead of `develop/3.6.0`. --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 14458a322..46d4b142e 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -137,7 +137,7 @@ jobs: run: | if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && ("${{ github.event.action }}" == "published" || "${{ github.event.action }}" == "prereleased") ]]; then git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - git branch --remote --contains | grep origin/develop/3.6.0 + git branch --remote --contains | grep origin/develop/main else git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* git branch --remote --contains | grep origin/${BRANCH_NAME}