diff --git a/Makefile b/Makefile index 3149d8d5..d43c5c91 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: clean: rm -rf build/ dist/ -release: +release: clean # Check if latest tag is the current head we're releasing echo "Latest tag = $$(git tag | sort -nr | head -n1)" echo "HEAD SHA = $$(git sha head)"