Skip to content

Commit 3e04248

Browse files
committed
Deps don't publish to hex correctly with maintainer profile.
1 parent 4ebdc05 commit 3e04248

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

priv/make/code.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ push-tags:
2727
git push gitlab --tags
2828

2929
push-all: push push-tags
30+
31+
publish:
32+
rebar3 publish

rebar.config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
{project_plugins, [
99
{rebar3_lfe, "~> 0.4"},
10-
{rebar3_oscmd, "~> 0.5"}
10+
{rebar3_oscmd, "~> 0.5"},
11+
rebar3_hex
1112
]}.
1213

1314
{provider_hooks, [
@@ -27,9 +28,6 @@
2728
{test, [
2829
{eunit_opts, [verbose]},
2930
{erl_opts, [{src_dirs, ["src", "test"]}]}
30-
]},
31-
{maintainer, [
32-
{plugins, [rebar3_hex]}
3331
]}
3432
]}.
3533

0 commit comments

Comments
 (0)