Try inserting newline to githubenv

This commit is contained in:
FriwiDev 2021-11-15 22:05:32 +01:00
parent 43469f498a
commit 137fae58a6

View File

@ -39,6 +39,7 @@ git log -1 --pretty=%B > ../commit_message.txt
echo "+cef-"
cat ../cef_version.txt
) | awk '{print}' ORS='' >> $GITHUB_ENV
echo "" >> $GITHUB_ENV
#Name
(
@ -48,6 +49,7 @@ git log -1 --pretty=%B > ../commit_message.txt
echo " + CEF "
cat ../cef_version.txt
) | awk '{print}' ORS='' >> $GITHUB_ENV
echo "" >> $GITHUB_ENV
#Readme
(