Skip to content

Commit

Permalink
Update release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Jan 13, 2025
1 parent dae3090 commit c783ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def sanity_checks(args, repo_dir):
if not NIGHTLY:
sanity_package_version(repo_dir, args.version, str(args.release_version))
sanity_check_sdformat_versions(args.package, args.version)
if not (args.bump_rev_linux_only or args.source_repo_uri):
if not (args.bump_rev_linux_only or args.source_tarball_uri):
sanity_check_cmake_version(args.package, args.version)
sanity_project_package_in_stable(args.version, args.upload_to_repository)

Expand Down

0 comments on commit c783ff8

Please sign in to comment.