From d8b79d7ef7709a3265388ffef54f4322ee808c90 Mon Sep 17 00:00:00 2001 From: zmstone Date: Sat, 31 Aug 2024 09:15:24 +0200 Subject: [PATCH] chore: fix hex publish --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3318dc4..515b018 100644 --- a/Makefile +++ b/Makefile @@ -62,8 +62,7 @@ dialyze: compile .PHONY: hex-publish hex-publish: distclean - $(verbose) rebar3 hex publish - $(verbose) rebar3 hex docs + $(verbose) rebar3 hex publish --repo=hexpm .PHONY: test-env test-env: