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.
1 parent 2510303 commit a344902Copy full SHA for a344902
.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