Skip to content

Commit c611634

Browse files
committed
Attempt to fix json for release.
1 parent 581f2fc commit c611634

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

publish-release.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ curl --request POST \
2727
\"tag_name\": \"${PACKAGE_VERSION}\",
2828
\"target_commitish\": \"${DEFAULT_BRANCH}\",
2929
\"name\": \"${PACKAGE_VERSION}\",
30-
\"body\": \"https://www.nuget.org/packages/Platform.$REPOSITORY_NAME/${PACKAGE_VERSION}
31-
32-
${PACKAGE_RELEASE_NOTES}\",
30+
\"body\": \"https://www.nuget.org/packages/Platform.$REPOSITORY_NAME/${PACKAGE_VERSION}\n\n${PACKAGE_RELEASE_NOTES}\",
3331
\"draft\": false,
3432
\"prerelease\": false
3533
}"

0 commit comments

Comments
 (0)