add quotes to release notes
This commit is contained in:
parent
5920622c5c
commit
9b7f5e81a3
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
- name: Get Release Notes
|
||||
id: release_notes
|
||||
run: |
|
||||
echo "release_notes=$(sed -n '/v1.5.0/,/^### /{s/v1.5.0/Changelog/;/# v/d;s/###/#/;p}' README.md)" >> $GITHUB_OUTPUT
|
||||
echo "release_notes='$(sed -n '/v1.5.0/,/^### /{s/v1.5.0/Changelog/;/# v/d;s/###/#/;p}' README.md)'" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Download Binaries
|
||||
uses: actions/download-artifact@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue