diff --git a/Makefile b/Makefile index e40c3142dc..0c94f3fc11 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,8 @@ publish: ## Publish packages to repository, pass the parameter "pkg=" to publish else publish: @$(eval pkg ?=) - $(PKG_EXECUTE) $(MONOREPO_TOOL) publish from-package --yes $(MONOREPO_TOOL_FLAGS) + @$(eval dist-tag ?= latest) + $(PKG_EXECUTE) $(MONOREPO_TOOL) publish dist-tag=$(dist-tag) from-package --yes $(MONOREPO_TOOL_FLAGS) endif ## —— Miscellaneous 🛠️ ——————————————————————————————————————————————————————————————