Avoid test versions

This commit is contained in:
Alexandre
2023-03-11 13:03:24 +01:00
committed by GitHub
parent 28d3c3a6f8
commit afebcf32cd

View File

@@ -95,6 +95,8 @@ jobs:
else; then
exit 1
fi
# Exit if test
if [[ "$version" == *"test"* ]]; then exit 0; fi
# Create changelog
touch CHANGELOG.md
# Check version or create it