fix(scripts): remove redundant output on missing config file
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user