diff --git a/Makefile b/Makefile index 5713164..a5ea29e 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ dist-fake: dist: @echo "Releasing the binary..." # export the env GITHUB_TOKEN first before realeasing - @goreleaser release + @goreleaser release --clean # Build the Go binary .PHONY: build