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.
2 parents 4367032 + a344902 commit 50f74ddCopy full SHA for 50f74dd
.github/workflows/development.yaml
@@ -135,7 +135,7 @@ jobs:
135
'print(open("./CHANGELOG.md").read().split("\n\n")[1].split("\n", 1)[1])' \
136
)
137
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
138
- echo "RELEASE_BODY=${RELEASE_BODY}" >> $GITHUB_ENV
+ echo "RELEASE_BODY='${RELEASE_BODY}'" >> $GITHUB_ENV
139
- name: Create GH release
140
id: create_gh_release
141
uses: actions/create-release@v1
0 commit comments