This commit is contained in:
Brad Warren 2022-11-15 12:22:16 -08:00
parent 38298c9145
commit 431deb9201

View file

@ -186,7 +186,7 @@ def main(args):
# again fails. Publishing the snaps can be done multiple times though
# so we do that first to make it easier to run the script again later
# if something goes wrong.
if version.startswith('1.')
if version.startswith('1.'):
promote_snaps(version)
else:
publish_windows(css)