Skip to content

Commit 2d00d8e

Browse files
committed
GoReleaser Flags
1 parent c6e4ea6 commit 2d00d8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ codecov:
5454
bash .ci/codecov.sh -t $(CODECOV_TOKEN)
5555

5656
snapshot:
57-
goreleaser --rm-dist --snapshot
57+
goreleaser --clean --snapshot
5858

5959
snapshot-local:
60-
goreleaser --rm-dist --snapshot --skip-publish --debug
60+
goreleaser --clean --snapshot --skip-publish --debug
6161

6262
snapshot-install: snapshot-local
6363
install -m 755 build/dist/darwin_darwin_amd64/$(APP) "$(GOPATH)/bin/$(APP)"
6464

6565
release:
6666
git tag $(VERSION)
6767
git push --tags origin $(VERSION)
68-
goreleaser --rm-dist
68+
goreleaser --clean

0 commit comments

Comments
 (0)