mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: improved log
This commit is contained in:
parent
75c999ac73
commit
84fdac7f2b
@ -208,7 +208,7 @@ func create(ctx *context.Context, arch string, binaries []artifact.Artifact) err
|
||||
}
|
||||
|
||||
func push(ctx *context.Context, snap artifact.Artifact) error {
|
||||
log.WithField("snap", snap.Name).Info("pushing")
|
||||
log.WithField("snap", snap.Name).Info("pushing snap")
|
||||
// TODO: customize --release based on snap.Grade?
|
||||
/* #nosec */
|
||||
var cmd = exec.CommandContext(ctx, "snapcraft", "push", "--release=stable", snap.Path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user