mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Fixed passing change notes from CHANGELOG.md to the Release Draft
This commit is contained in:
committed by
Jakub Chrzanowski
parent
a5db4563c4
commit
b4518ca7ff
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -159,4 +159,7 @@ jobs:
|
||||
gh release create v${{ needs.build.outputs.version }} \
|
||||
--draft \
|
||||
--title "v${{ needs.build.outputs.version }}" \
|
||||
--notes "${{ needs.build.outputs.changelog }}"
|
||||
--notes "$(cat << 'EOM'
|
||||
${{ needs.build.outputs.changelog }}
|
||||
EOM
|
||||
)"
|
||||
|
||||
Reference in New Issue
Block a user