mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-13 11:50:34 +02:00
fix: remove some deprecated brew todos
This commit is contained in:
parent
de825aab35
commit
9c773d6d6b
@ -153,7 +153,6 @@ func doRun(ctx *context.Context, brew config.Homebrew, cl client.Client) error {
|
||||
return pipe.Skip("brew tap name is not set")
|
||||
}
|
||||
|
||||
// TODO: properly cover this with tests
|
||||
filters := []artifact.Filter{
|
||||
artifact.Or(
|
||||
artifact.ByGoos("darwin"),
|
||||
|
@ -987,7 +987,6 @@ func TestRunPipeNoUpload(t *testing.T) {
|
||||
ctx.Semver.Prerelease = "beta1"
|
||||
assertNoPublish(t)
|
||||
})
|
||||
// TODO: skip when ctx.Config.Release.Draft=true ?
|
||||
}
|
||||
|
||||
func TestRunEmptyTokenType(t *testing.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user