mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 03:34:59 +00:00
enhance: force using --no-sign
to ignore tag.gpgsign
configuration while creating lightweight tag
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
ef4b639f8e
commit
11a9d7fdd8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace SourceGit.Commands
|
|||
var cmd = new Command();
|
||||
cmd.WorkingDirectory = repo;
|
||||
cmd.Context = repo;
|
||||
cmd.Args = $"tag {name} {basedOn}";
|
||||
cmd.Args = $"tag --no-sign {name} {basedOn}";
|
||||
cmd.Log = log;
|
||||
return cmd.Exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue