Fix changelog version quoting in builder workflow

This commit is contained in:
Alexandre
2025-11-06 19:01:33 +01:00
parent fc7c126aff
commit fc0b0284fa

View File

@@ -214,6 +214,9 @@ jobs:
else
exit 1
fi
version="${version//"/}"
version="${version//'/}"
version="$(echo "$version" | xargs)"
if [[ "$version" == *"test"* ]]; then exit 0; fi
touch CHANGELOG.md
if ! grep -q "$version" CHANGELOG.md; then