Skip to content

Commit a344902

Browse files
Allow release body to have multilines.
1 parent 2510303 commit a344902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
'print(open("./CHANGELOG.md").read().split("\n\n")[1].split("\n", 1)[1])' \
136136
)
137137
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
138-
echo "RELEASE_BODY=${RELEASE_BODY}" >> $GITHUB_ENV
138+
echo "RELEASE_BODY='${RELEASE_BODY}'" >> $GITHUB_ENV
139139
- name: Create GH release
140140
id: create_gh_release
141141
uses: actions/create-release@v1

0 commit comments

Comments
 (0)