Fix version string handling in workflow YAML

This commit is contained in:
Alexandre
2025-11-10 22:31:41 +01:00
committed by GitHub
parent c59e09983c
commit cc466bb29b

View File

@@ -215,7 +215,7 @@ jobs:
exit 1
fi
version="${version//\"/}"
version="${version//'/}"
version="${version//\'/}"
version="$(echo "$version" | xargs)"
if [[ "$version" == *"test"* ]]; then exit 0; fi
touch CHANGELOG.md