BTHLABS-0000: Fix bumping of the workspace

This commit is contained in:
2025-09-18 20:33:08 +02:00
parent 77526b1fae
commit a6f01ba71e
4 changed files with 6 additions and 2 deletions

View File

@@ -290,5 +290,5 @@ def bump_version(ctx: Context,
f'inv bump-version {next_version} --build {build}',
)
if service is None:
if 'backend' in services_to_bump:
tools_bump_version_task(ctx, next_version, build=build)