Skip to content

Commit 1f81e3e

Browse files
authored
update release-step-2-upload (#5959)
1 parent 6b747be commit 1f81e3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tooling/release-step-2-upload

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,5 @@ for filepath in replace_version_in_web_files:
8888
with open(filepath, 'w') as wp:
8989
wp.write(replaced)
9090

91-
os.system('cd ../flowcrypt-web && git pull && git commit -a --message=\'firefox v%s links updated\' && git push && cd ../flowcrypt-browser' % version)
91+
os.system('cd ../flowcrypt-web && git pull && git checkout -b release-%s && git commit -a --message=\'firefox v%s links updated\' && git push origin release-%s && cd ../flowcrypt-browser' % dashed_version, version, dashed_version))
92+

0 commit comments

Comments
 (0)