mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
fix: use new refresh func
This commit is contained in:
parent
469e2ecac2
commit
05e8b33a89
@ -124,11 +124,7 @@ func (Pipe) Run(ctx *context.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
return ctx.Artifacts.
|
||||
Filter(artifact.ByType(artifact.Checksum)).
|
||||
Visit(func(a *artifact.Artifact) error {
|
||||
return a.Refresh()
|
||||
})
|
||||
return ctx.Artifacts.Refresh()
|
||||
}
|
||||
|
||||
func sign(ctx *context.Context, cfg config.Sign, artifacts []*artifact.Artifact) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user