We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca9498 commit 27c18cbCopy full SHA for 27c18cb
.github/workflows/release.yml
@@ -130,9 +130,11 @@ jobs:
130
131
- name: ✅ Output Link to Worflow Summary
132
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
137
- echo "[Link](${{ steps.create-release.outputs.url }})" >> "$GITHUB_STEP_SUMMARY"
138
+ {
+ echo "# 🚀 Release completed!"
+ echo ""
+ echo "Here is the URL to the Release Draft:"
+ echo "[Link](${{ steps.create-release.outputs.url }})"
139
140
+ } >> "$GITHUB_STEP_SUMMARY"
0 commit comments