Skip to content

Commit 3008f46

Browse files
committed
Update goreleaser
1 parent be96cf4 commit 3008f46

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

+5-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ clean:
2626
if [ -f $(GOBIN)/$(BIN) ] ; then rm -f $(GOBIN)/$(BIN) ; fi
2727

2828
dist-check:
29-
goreleaser --snapshot --skip-publish --rm-dist
29+
goreleaser release --snapshot --rm-dist
3030

31-
.PHONY: all build test lint clean dist-check
31+
dist-release:
32+
goreleaser release --rm-dist
33+
34+
.PHONY: all build test lint clean dist-check dist-release

0 commit comments

Comments
 (0)