Skip to content

Commit

Permalink
Stop deleting the maxmind files
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Jun 7, 2023
1 parent 06fdded commit 32f2e33
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
BUILDDIR=$(CURDIR)/dist
GORELEASER=go run github.com/goreleaser/goreleaser

.PHONY: release release-local test clean clean-all
.PHONY: release release-local test clean

# This requires GITHUB_TOKEN to be set.
release: clean-all
release: clean
$(GORELEASER)

release-local:
Expand All @@ -23,6 +23,3 @@ go.mod: tools.go
clean:
rm -rf $(BUILDDIR)
go clean

clean-all: clean
rm -rf $(CURDIR)/third_party/maxmind/*

0 comments on commit 32f2e33

Please sign in to comment.