Do not publish release by default.
This commit is contained in:
parent
199e975a11
commit
f8d6fab52b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def parse_args():
|
|||
default=ATOM_SHELL_VRESION)
|
||||
parser.add_argument('-n', '--no-publish-release',
|
||||
help='Do not publish the release',
|
||||
action='store_true')
|
||||
action='store_false')
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue