From 07d558f1aecf5368ef396fbae0a019385a72e78d Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Wed, 30 Apr 2025 21:16:39 +0200 Subject: [PATCH] Update branch reference in packages workflow Replaced `origin/develop/3.5.0` with `origin/main` to align the workflow with the updated branch structure. This ensures compatibility and avoids referencing deprecated branches. --- .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 08045ba70..43e153627 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -47,7 +47,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.5.0 + git branch --remote --contains | grep origin/main else git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* git branch --remote --contains | grep origin/${BRANCH_NAME}