Skip to content

Commit

Permalink
Revert "shortcut release-notes-fetching"
Browse files Browse the repository at this point in the history
This reverts commit ed5eb34.
  • Loading branch information
ccwienk committed Jan 17, 2025
1 parent 3c3aa35 commit d133db1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/actions/release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`'
Expand Down

0 comments on commit d133db1

Please sign in to comment.