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 581f2fc commit c611634Copy full SHA for c611634
publish-release.sh
@@ -27,9 +27,7 @@ curl --request POST \
27
\"tag_name\": \"${PACKAGE_VERSION}\",
28
\"target_commitish\": \"${DEFAULT_BRANCH}\",
29
\"name\": \"${PACKAGE_VERSION}\",
30
- \"body\": \"https://www.nuget.org/packages/Platform.$REPOSITORY_NAME/${PACKAGE_VERSION}
31
-
32
-${PACKAGE_RELEASE_NOTES}\",
+ \"body\": \"https://www.nuget.org/packages/Platform.$REPOSITORY_NAME/${PACKAGE_VERSION}\n\n${PACKAGE_RELEASE_NOTES}\",
33
\"draft\": false,
34
\"prerelease\": false
35
}"
0 commit comments