You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-03 00:57:43 +02:00
wip multiple builds
This commit is contained in:
@ -36,7 +36,7 @@ func (c *githubClient) CreateFile(
|
||||
},
|
||||
Content: content.Bytes(),
|
||||
Message: github.String(
|
||||
ctx.Config.Build.Binary + " version " + ctx.Git.CurrentTag,
|
||||
ctx.Config.Name + " version " + ctx.Git.CurrentTag,
|
||||
),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user