We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65e22c commit de93119Copy full SHA for de93119
1 file changed
.github/workflows/on-release.yml
@@ -35,7 +35,7 @@ jobs:
35
echo "artifact_name=PatchManager-$version.zip" >> $GITHUB_ENV
36
echo "zip=$(ls -1 dist/PatchManager-*.zip | head -n 1)" >> $GITHUB_ENV
37
echo "upload_url=$(wget -qO- https://api.github.com/repos/$GITHUB_REPOSITORY/releases | jq '.[0].upload_url' | tr -d \")" >> $GITHUB_ENV
38
- echo "changelog=$(wget -qO- https://api.github.com/repos/$GITHUB_REPOSITORY/releases | jq '.[0].body' | tr -d \")" >> $GITHUB_ENV
+ echo "changelog=$(wget -qO- https://api.github.com/repos/$GITHUB_REPOSITORY/releases | jq -r '.[0].body')" >> $GITHUB_ENV
39
echo "${{ env.changelog }}" > ./changelog.md
40
41
- name: Check if version exists
0 commit comments