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