try printing version codes again

This commit is contained in:
Amy Galles
2025-08-21 16:41:19 -07:00
parent 2003d7101d
commit ee4f67d922

View File

@@ -16,9 +16,6 @@ module Supply
def custom_promote_track
UI.message("Using custom promotion logic")
# Always print version codes for the supplied version name (if provided)
print_version_codes_for_name
# Fetch the source track to promote from
track_from = client.tracks(Supply.config[:track]).first
unless track_from