Skip to content

Commit

Permalink
chore: fix hex publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Aug 31, 2024
1 parent e44c9ac commit d8b79d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8b79d7

Please sign in to comment.