Skip to content
Snippets Groups Projects
Unverified Commit e2ba531c authored by Nina Herrmann's avatar Nina Herrmann Committed by GitHub
Browse files

Shell escape the release notes in the release workflow (#207)

parent 42edc871
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
--data-urlencode "vcstag=${TAGNAME}" \ --data-urlencode "vcstag=${TAGNAME}" \
--data-urlencode "changelogurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/commits/${TAGNAME}" \ --data-urlencode "changelogurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/commits/${TAGNAME}" \
--data-urlencode "altdownloadurl=${ZIPURL}" \ --data-urlencode "altdownloadurl=${ZIPURL}" \
--data-urlencode "releasenotes=${BODY}" \ --data-urlencode "releasenotes=${BODY@Q}" \
--data-urlencode "releasenotesformat=4") --data-urlencode "releasenotesformat=4")
echo "response=${RESPONSE}" >> $GITHUB_OUTPUT echo "response=${RESPONSE}" >> $GITHUB_OUTPUT
- name: Evaluate the response - name: Evaluate the response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment