diff --git a/.nextmv/benchmark.py b/.nextmv/benchmark.py index 6f00b9f..1e41d57 100644 --- a/.nextmv/benchmark.py +++ b/.nextmv/benchmark.py @@ -80,9 +80,11 @@ def push_new_version(app: cloud.Application, tag: str) -> None: name=f"Auto version {tag}", description=f"Automatically generated version {tag}", ) + instance = app.instance("candidate") app.update_instance( id="candidate", version_id=tag, + name=instance.name, # Name is required, but we don't want to change it )