1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

fix: change publishers order a bit (#3473)

closes https://github.com/goreleaser/goreleaser/discussions/3472
This commit is contained in:
Carlos Alexandro Becker 2022-10-17 21:19:11 -03:00 committed by GitHub
parent c33f1eaa58
commit 27cbbd8e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,8 +35,8 @@ type Publisher interface {
var publishers = []Publisher{
blob.Pipe{},
upload.Pipe{},
custompublishers.Pipe{},
artifactory.Pipe{},
custompublishers.Pipe{},
docker.Pipe{},
docker.ManifestPipe{},
sign.DockerPipe{},