Skip to content

Commit

Permalink
Allow release body to have multilines.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzman-raphael committed Sep 21, 2022
1 parent 2510303 commit a344902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
'print(open("./CHANGELOG.md").read().split("\n\n")[1].split("\n", 1)[1])' \
)
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
echo "RELEASE_BODY=${RELEASE_BODY}" >> $GITHUB_ENV
echo "RELEASE_BODY='${RELEASE_BODY}'" >> $GITHUB_ENV
- name: Create GH release
id: create_gh_release
uses: actions/create-release@v1
Expand Down

0 comments on commit a344902

Please sign in to comment.