mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-11 14:39:28 +02:00
test: do not sign tags on tests
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
8d5cee398b
commit
bd33dc37ec
@ -79,6 +79,7 @@ func fakeGit(args ...string) (string, error) {
|
||||
"-c", "user.name='GoReleaser'",
|
||||
"-c", "user.email='test@goreleaser.github.com'",
|
||||
"-c", "commit.gpgSign=false",
|
||||
"-c", "tag.gpgSign=false",
|
||||
"-c", "log.showSignature=false",
|
||||
}
|
||||
allArgs = append(allArgs, args...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user