diff --git a/bin/push_new_patch.go b/bin/push_new_patch.go index eb8da3d68..d5ea2a944 100755 --- a/bin/push_new_patch.go +++ b/bin/push_new_patch.go @@ -42,6 +42,7 @@ func main() { runCommand("git", "tag", newVersion) runCommand("git", "push", "origin", newVersion) runCommand("goreleaser", "--rm-dist") + runCommand("rm", "-rf", "dist") } func runCommand(args ...string) {