1
0
Fork 0

Revert "Create signed tags in release script."

This reverts commit 8bca429bf4.
This commit is contained in:
Irina Truong 2017-05-28 15:38:01 -07:00
parent 8bca429bf4
commit 265c063159
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def commit_for_release(version_file, ver):
def create_git_tag(tag_name):
run_step('git', 'tag', '-s', tag_name)
run_step('git', 'tag', tag_name)
def create_source_tarball():