Skip to content

Commit

Permalink
Specified GitHub in the Release group in rust-app.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Dec 11, 2023
1 parent e76f60c commit e15bc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cicd/rust-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e15bc7a

Please sign in to comment.