Skip to content

Commit

Permalink
chore: fix hex publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Sep 21, 2024
1 parent 9b6f22f commit 87b1296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clean:
@rm -f pipe.testdata

hex-publish: clean
@rebar3 hex publish
@rebar3 hex publish --repo=hexpm
@rebar3 hex build

## tests that require kafka running at localhost
Expand Down

0 comments on commit 87b1296

Please sign in to comment.