From 87b12968879462b31b292e21839b8f61071c6e81 Mon Sep 17 00:00:00 2001 From: zmstone Date: Sat, 21 Sep 2024 15:34:02 +0200 Subject: [PATCH] chore: fix hex publish command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 530c1cef..28cfca52 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ clean: @rm -f pipe.testdata hex-publish: clean - @rebar3 hex publish + @rebar3 hex publish --repo=hexpm @rebar3 hex build ## tests that require kafka running at localhost