fix(scripts): remove redundant newline in output
- Eliminates an unnecessary newline in the script's output - Ensures cleaner formatting of the echoed version line
This commit is contained in:
@@ -18,5 +18,4 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "version=${VERSION_LINE:-}" >> "$GITHUB_OUTPUT"
|
echo "version=${VERSION_LINE:-}" >> "$GITHUB_OUTPUT"
|
||||||
echo "$VERSION_LINE"
|
echo "$VERSION_LINE"
|
||||||
n
|
|
Reference in New Issue
Block a user