diff --git a/Makefile b/Makefile index b8bb08a..796e9b1 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,7 @@ # and Reth: https://github.com/paradigmxyz/reth/blob/2e87b2a8d57813ce61f8898cf89d7b0dda2ab27d/Makefile .DEFAULT_GOAL := help -# TODO: replace when we have a tag -# GIT_TAG ?= $(shell git describe --tags --abbrev=0) -GIT_TAG ?= latest +GIT_TAG ?= $(shell git describe --tags --abbrev=0) BIN_DIR = "dist/bin" # Cargo profile for builds. Default is for local builds, CI uses an override.