Skip to content

Commit

Permalink
Do not attempt to fetch Operate resources from the mono repo for >= 8…
Browse files Browse the repository at this point in the history
….6 (#777)

- due to the single Jar there are no Operate-specific artifacts anymore
  • Loading branch information
ThorbenLindhauer committed Aug 12, 2024
1 parent e160b6c commit c055836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit c055836

Please sign in to comment.