fix: fix scripts

This commit is contained in:
David Soria Parra
2025-01-13 13:01:46 +00:00
parent c9b1adf3b6
commit 9f86ee5998
3 changed files with 16 additions and 6 deletions

View File

@@ -171,7 +171,7 @@ def main(directory: Path, git_hash: GitHash, dry_run: bool) -> int:
if not dry_run:
click.echo(f"{name}@{version}")
else:
click.echo(f"🔍 Dry run: Would have published {name}@{version} if this was a real release")
click.echo(f"Dry run: Would have published {name}@{version}")
return 0
except Exception as e:
return 1