Skip to content

Commit

Permalink
Update autorelease.yml (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Feb 17, 2023
1 parent b0ad79d commit a216cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# Escape whitespace characters to ensure that multiline content outputs correctly.
release_notes="${release_notes//'%'/'%25'}"
release_notes="${release_notes//$'\n'/'%0A'}"
releast_notes="${release_notes//$'\r'/'%0D'}"
release_notes="${release_notes//$'\r'/'%0D'}"
# Expose the release notes as an output variable.
echo "::set-output name=release_notes::$release_notes"
Expand Down

0 comments on commit a216cbb

Please sign in to comment.