From c055836c97469c4c819848805c46b6f2a09474c1 Mon Sep 17 00:00:00 2001 From: Thorben Lindhauer <586648+ThorbenLindhauer@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:41:27 +0200 Subject: [PATCH] Do not attempt to fetch Operate resources from the mono repo for >= 8.6 (#777) - due to the single Jar there are no Operate-specific artifacts anymore --- .github/workflows/release-generation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-generation.yaml b/.github/workflows/release-generation.yaml index 5f31fd01..5a87f749 100644 --- a/.github/workflows/release-generation.yaml +++ b/.github/workflows/release-generation.yaml @@ -107,7 +107,7 @@ jobs: run: echo ${CAMUNDA_RELEASE_NAME} | awk -F '+' '{print $1}' | (IFS=. read major minor patch && echo "MINOR_VERSION=$minor") >> "$GITHUB_OUTPUT" - name: Download Operate resources from monorepo - if: ${{ steps.get-major-version.outputs.MAJOR_VERSION == 8 && steps.get-minor-version.outputs.MINOR_VERSION >= 5 }} + if: ${{ steps.get-major-version.outputs.MAJOR_VERSION == 8 && steps.get-minor-version.outputs.MINOR_VERSION == 5 }} working-directory: ./release-notes-fetcher/tmp run: | gh release download "operate-${OPERATE_GITREF}" \