Skip to content

Commit 4ef387b

Browse files
committed
chore: print newlines in errors
1 parent ced8765 commit 4ef387b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
ERROR=$(npm run semantic-release 2>&1)
44
EXIT_CODE=$?
55

6-
echo $ERROR;
6+
echo "$ERROR"
77

88
if [ $EXIT_CODE -eq 1 ] && [[ $ERROR != *"ENOCHANGE"* ]]; then
99
exit 1;
1010
else
1111
exit 0;
1212
fi
13-

0 commit comments

Comments
 (0)