From 5e80a6a7af0067a4aca3349ddafff16f121fd782 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Tue, 2 Apr 2024 15:21:37 +0200 Subject: [PATCH] Update patch version in packages workflow The packages.yml workflow has been updated to reference patch version 3.1.2 instead of 3.1.1. This ensures the workflow correctly identifies and handles updates tagged with this new version. --- .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 9426ac5219..2bc10c7dd7 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -44,7 +44,7 @@ jobs: run: | if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && "${{ github.event.action }}" == "published" ]]; then git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - git branch --remote --contains | grep origin/patch/3.1.1 + git branch --remote --contains | grep origin/patch/3.1.2 else git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* git branch --remote --contains | grep origin/${BRANCH_NAME}