From 05a4bff95235bae47535ec74798ae79e7210f759 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Thu, 13 May 2021 20:08:08 +0100 Subject: [PATCH] Work around some work in publishing --- Makefile | 3 +-- rebar.config | 10 ++++------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index a7b58f4..93193b7 100644 --- a/Makefile +++ b/Makefile @@ -72,5 +72,4 @@ README.md: doc @rm "README.md_" publish: $(REBAR3) - @$(REBAR3) as publishing hex publish - @$(REBAR3) as publishing hex docs + @$(REBAR3) hex publish diff --git a/rebar.config b/rebar.config index 14aa97d..7e90294 100644 --- a/rebar.config +++ b/rebar.config @@ -33,6 +33,10 @@ deprecated_functions ]}. +{project_plugins, + [{rebar3_hex, "6.10.3"} + ]}. + {profiles, [{development, [{erl_opts, @@ -40,12 +44,6 @@ nowarnings_as_errors]} ]}, - {publishing, - [{plugins, - [{rebar3_hex, "6.10.3"} - ]} - ]}, - {test, [{erl_opts, [debug_info,