Skip to content

Commit

Permalink
remove latest version tag in goreleaser deploy step (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
derektamsen committed Apr 26, 2021
1 parent c7d2d7a commit 97c9d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
$(GOBUILD) $(LDFLAGS) -o $(BINPATH)/$(BINARY_NAME) -v ./cmd/$(BINARY_NAME)

deploy:
GO111MODULE=off go get github.com/goreleaser/goreleaser@latest
GO111MODULE=off go get github.com/goreleaser/goreleaser
goreleaser release --rm-dist

lint:
Expand Down

0 comments on commit 97c9d57

Please sign in to comment.