diff --git a/.sage/main.go b/.sage/main.go index 49cde56..f3873a3 100644 --- a/.sage/main.go +++ b/.sage/main.go @@ -100,7 +100,7 @@ func GoReleaser(ctx context.Context, snapshot bool) error { } args := []string{ "release", - "--rm-dist", + "--clean", } if len(sggit.Tags(ctx)) == 0 && !snapshot { sg.Logger(ctx).Printf("no git tag found for %s, forcing snapshot mode", sggit.ShortSHA(ctx))