Don’t push by default on release
This commit is contained in:
parent
d106d36dbb
commit
fa6edd5d69
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ sign-commit = false
|
|||
tag-message = ""
|
||||
tag-prefix = ""
|
||||
publish = false
|
||||
push = true
|
||||
push = false
|
||||
tag = true
|
||||
|
|
Loading…
Reference in a new issue