From d133db1bcca1f66e3c82014f73fb672cb29143f1 Mon Sep 17 00:00:00 2001 From: Christian Cwienk Date: Fri, 17 Jan 2025 20:27:18 +0100 Subject: [PATCH] Revert "shortcut release-notes-fetching" This reverts commit ed5eb34598a03a0478fc26b6d7c8817814f25f15. --- .github/actions/release-notes/action.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/actions/release-notes/action.yaml b/.github/actions/release-notes/action.yaml index 28e192d7d..11364c0b1 100644 --- a/.github/actions/release-notes/action.yaml +++ b/.github/actions/release-notes/action.yaml @@ -77,14 +77,12 @@ runs: fi echo 'Fetching release-notes' - #"${GITHUB_ACTION_PATH}/release_notes_cli.py" \ - # --component-descriptor component-descriptor.yaml \ - # --github-auth-token "${auth_token}" \ - # ${draft_arg:-} \ - # ${ocm_repositories_arg:-} \ - # --outfile release-notes.md - # - echo "no release-notes available" > release-notes.md + "${GITHUB_ACTION_PATH}/release_notes_cli.py" \ + --component-descriptor component-descriptor.yaml \ + --github-auth-token "${auth_token}" \ + ${draft_arg:-} \ + ${ocm_repositories_arg:-} \ + --outfile release-notes.md echo 'Release-notes written to `release-notes.md`'