Skip to content

Commit 5df497d

Browse files
committed
More fixes to virustotal release step
1 parent 7589e53 commit 5df497d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ jobs:
215215
| jq -r .body
216216
)
217217
218+
echo -e ">>>\n$body\n<<<"
219+
218220
# append virustotal details to release notes
219221
nl=$'\n'
220222
body+="$nl[VirusTotal](https://www.virustotal.com) analysis:$nl"
@@ -225,6 +227,9 @@ jobs:
225227
done <<< "${{ steps.virustotal.outputs.analysis }}"
226228
227229
# update release notes
230+
export body
231+
echo -e ">>>\n$body\n<<<"
232+
228233
curl \
229234
-s \
230235
-L \

0 commit comments

Comments
 (0)