Skip to content

Commit 27c18cb

Browse files
single pie
1 parent cca9498 commit 27c18cb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,11 @@ jobs:
130130

131131
- name: ✅ Output Link to Worflow Summary
132132
run: |
133-
echo "# 🚀 Release completed!" >> "$GITHUB_STEP_SUMMARY"
134-
echo "" >> "$GITHUB_STEP_SUMMARY"
135-
echo "Here is the URL to the Release Draft:" >> "$GITHUB_STEP_SUMMARY"
136-
echo "" >> "$GITHUB_STEP_SUMMARY"
137-
echo "[Link](${{ steps.create-release.outputs.url }})" >> "$GITHUB_STEP_SUMMARY"
138-
echo "" >> "$GITHUB_STEP_SUMMARY"
133+
{
134+
echo "# 🚀 Release completed!"
135+
echo ""
136+
echo "Here is the URL to the Release Draft:"
137+
echo ""
138+
echo "[Link](${{ steps.create-release.outputs.url }})"
139+
echo ""
140+
} >> "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)