We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4489f4f commit e76ae9fCopy full SHA for e76ae9f
.github/workflows/main.yml
@@ -35,8 +35,9 @@ jobs:
35
- name: Extract Changelog for Current Release
36
id: extract_changelog
37
run: |
38
- content=$(awk "/\[${{ env.VERSION }}\]/,0" CHANGELOG.md)
+ content=$(awk "/\[${{ env.VERSION }}\]/,0" CHANGELOG.md | sed ':a;N;$!ba;s/\n/\\n/g')
39
echo "RELEASE_NOTES=$content" >> $GITHUB_ENV
40
+
41
42
- name: Create GitHub Release
43
id: create_release
0 commit comments