Skip to content

Commit

Permalink
fix(build): switch goreleaser to use clean
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian committed Sep 12, 2023
1 parent ab0e471 commit 15246ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/releasing.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ docker-image:
$(GORELEASER_IMAGE) \
-f .goreleaser-docker.yaml \
--debug=$(GORELEASER_DEBUG) \
--rm-dist \
--clean \
--skip-validate \
--skip-publish \
--snapshot
Expand Down

0 comments on commit 15246ae

Please sign in to comment.