1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00

fix: http uploads not setting defaults according to docs

fixes #3959
This commit is contained in:
Carlos Alexandro Becker 2023-04-28 01:10:27 +00:00
parent 30fc74df24
commit fb64a52ca0
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -39,6 +39,7 @@ import (
"github.com/goreleaser/goreleaser/internal/pipe/telegram"
"github.com/goreleaser/goreleaser/internal/pipe/twitter"
"github.com/goreleaser/goreleaser/internal/pipe/universalbinary"
"github.com/goreleaser/goreleaser/internal/pipe/upload"
"github.com/goreleaser/goreleaser/internal/pipe/webhook"
"github.com/goreleaser/goreleaser/pkg/context"
)
@ -73,6 +74,7 @@ var Defaulters = []Defaulter{
docker.ManifestPipe{},
artifactory.Pipe{},
blob.Pipe{},
upload.Pipe{},
aur.Pipe{},
brew.Pipe{},
krew.Pipe{},