Skip to content

Commit

Permalink
Fix the release notes bug differently
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Mar 14, 2024
1 parent 5222658 commit 2da850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
console.debug('Release notes:', JSON.stringify(releaseNotes.body))
// https://github.com/actions/toolkit/issues/1689
const releaseNotesToCopy = releaseNotes.body.replace('-->\n\n', '-->\n')
const releaseNotesToCopy = releaseNotes.body.replace('\n\n##', '\n##')
await core.summary
.addHeading('Draft release created')
Expand Down

0 comments on commit 2da850b

Please sign in to comment.