From e15bc7a21d4d1aa66527e524167f97975960c4b8 Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:00:59 +0100 Subject: [PATCH] Specified GitHub in the Release group in rust-app.sh --- scripts/cicd/rust-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cicd/rust-app.sh b/scripts/cicd/rust-app.sh index 9923caa..edb93e2 100644 --- a/scripts/cicd/rust-app.sh +++ b/scripts/cicd/rust-app.sh @@ -111,7 +111,7 @@ echo "::group::$0: Artifact" } | tee -a "$CICD_OUTPUT" echo '::endgroup::' -echo "::group::$0: Release" +echo "::group::$0: Release (GitHub)" if [ -n "$proj_ver" ]; then { echo "release-name=$proj_ver"