You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE_DETAILS_MARKDOWN=$(printf "Updates \`%s\` from %s to %s\n<details>\n<summary>Release notes</summary>\n<blockquote>\n\n%s\n</blockquote>\n</details>\n\n%s"$NAME$CURRENT_VERSION$LATEST_NON_PRERELEASE_VERSION"$RELEASE_DETAILS""$UPDATE_DETAILS_MARKDOWN")
50
+
if [[ -n"$GITHUB_URL"&&"$GITHUB_URL"!="null" ]];then
UPDATE_DETAILS_MARKDOWN=$(printf "Updates \`%s\` from %s to %s\n<details>\n<summary>Release notes</summary>\n<blockquote>\n\n%s\n</blockquote>\n</details>\n\n%s"$NAME$CURRENT_VERSION$LATEST_NON_PRERELEASE_VERSION"$RELEASE_DETAILS""$UPDATE_DETAILS_MARKDOWN")
53
+
else
54
+
UPDATE_DETAILS_MARKDOWN=$(printf "Updates \`%s\` from %s to %s\n\n%s"$NAME$CURRENT_VERSION$LATEST_NON_PRERELEASE_VERSION"$UPDATE_DETAILS_MARKDOWN")
0 commit comments