fix: close prepare-release summary step block
All checks were successful
Push Validation / validate (push) Successful in 58s

This commit is contained in:
Micheal Wilkinson
2026-03-20 21:17:15 +00:00
parent c079bf766f
commit d63bfca291

View File

@@ -57,3 +57,6 @@ jobs:
{ {
echo "## Release Prepared" echo "## Release Prepared"
echo echo
echo "- Tag pushed: ${tag}"
echo "- The tag-triggered Do Release workflow will create or update the release and publish binaries."
} >> "$GITHUB_STEP_SUMMARY"