Skip to content

Commit

Permalink
Deps don't publish to hex correctly with maintainer profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 11, 2025
1 parent 4ebdc05 commit 3e04248
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions priv/make/code.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ push-tags:
git push gitlab --tags

push-all: push push-tags

publish:
rebar3 publish
6 changes: 2 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

{project_plugins, [
{rebar3_lfe, "~> 0.4"},
{rebar3_oscmd, "~> 0.5"}
{rebar3_oscmd, "~> 0.5"},
rebar3_hex
]}.

{provider_hooks, [
Expand All @@ -27,9 +28,6 @@
{test, [
{eunit_opts, [verbose]},
{erl_opts, [{src_dirs, ["src", "test"]}]}
]},
{maintainer, [
{plugins, [rebar3_hex]}
]}
]}.

Expand Down

0 comments on commit 3e04248

Please sign in to comment.