Skip to content

Commit 6783019

Browse files
committed
feat(Makefile): update deprecated goreleaser flags for 'make release-local'
Signed-off-by: Casale, Robert <[email protected]>
1 parent 6ecef9e commit 6783019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ release: # Builds a release
8686

8787
.PHONY: release-local
8888
release-local: # Builds a relase locally
89-
goreleaser --snapshot --skip-publish --rm-dist
89+
goreleaser --snapshot --skip=publish --clean
9090

9191
##@ Test & CI
9292

0 commit comments

Comments
 (0)