You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
test: do not sign tags on tests
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
@@ -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...)
|
||||
|
Reference in New Issue
Block a user