Skip to content

Commit ac644dc

Browse files
GITHUB_OUTPUT fix
1 parent 94d5cc1 commit ac644dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- id: get-notes
8181
run: |
8282
notes=$(sed '/^## ${{ needs.tag.outputs.PKG_VER }}/,/^## v/!d' CHANGELOG.md | sed -e '1d' -e '$d')
83-
echo "releaseNotes=$notes" >> $GITHUB_OUTPUT
83+
echo 'releaseNotes="$notes"' >> $GITHUB_OUTPUT
8484
8585
create-release:
8686
if: ${{ needs.tag.outputs.TAG == 'new' }}

0 commit comments

Comments
 (0)