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`'