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:
2025-07-04 11:54:50 +02:00
parent 7e8c640f35
commit f512d3ff6d

View File

@@ -18,5 +18,4 @@ else
fi
echo "version=${VERSION_LINE:-}" >> "$GITHUB_OUTPUT"
echo "$VERSION_LINE"
n
echo "$VERSION_LINE"