fix(scripts): remove redundant output on missing config file
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s

This commit is contained in:
2025-11-24 12:30:45 +01:00
parent 454c5370df
commit ce5cb7bcc0

View File

@@ -5,7 +5,6 @@ CLIFF_TOML="${1:-cliff.toml}"
if [[ ! -f "$CLIFF_TOML" ]]; then
echo "❌ File not found: $CLIFF_TOML" >&2
echo "version=" >> "$GITHUB_OUTPUT"
exit 0
fi