We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7589e53 commit 5df497dCopy full SHA for 5df497d
.github/workflows/release.yml
@@ -215,6 +215,8 @@ jobs:
215
| jq -r .body
216
)
217
218
+ echo -e ">>>\n$body\n<<<"
219
+
220
# append virustotal details to release notes
221
nl=$'\n'
222
body+="$nl[VirusTotal](https://www.virustotal.com) analysis:$nl"
@@ -225,6 +227,9 @@ jobs:
225
227
done <<< "${{ steps.virustotal.outputs.analysis }}"
226
228
229
# update release notes
230
+ export body
231
232
233
curl \
234
-s \
235
-L \
0 commit comments