From 431deb92017068113aff29d5824251a5dc1cf9af Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 15 Nov 2022 12:22:16 -0800 Subject: [PATCH] add : --- tools/finish_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/finish_release.py b/tools/finish_release.py index 097e6c081..02887de3f 100755 --- a/tools/finish_release.py +++ b/tools/finish_release.py @@ -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)