Skip to content

Commit

Permalink
chore: update deprecated rm-dist to new clean goreleaser flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vitords committed Jul 3, 2024
1 parent 3299d29 commit b7dc6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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))
Expand Down

0 comments on commit b7dc6bb

Please sign in to comment.