Skip to content

Commit

Permalink
CI: update extraction of changelog (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Oct 19, 2023
1 parent 9ae8361 commit 710e520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
echo "Got changelog: $CHANGELOG"
echo "::set-output name=body::$CHANGELOG"
echo "body=$CHANGELOG" >> $GITHUB_OUTPUT
- name: Create release on Github
id: create_release
Expand Down

0 comments on commit 710e520

Please sign in to comment.