erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Cancelling `hex publish` will still create package #10

Closed remiq closed 9 years ago

remiq commented 9 years ago

I did following:

$ rebar3 hex publish
Publishing jsonrpc2 0.9.2
  Dependencies:

  Excluded dependencies (not part of the Hex package):

  Included files:
    src/jsonrpc2.app.src
    src/jsonrpc2.erl
    src/jsonrpc2_client.erl
    rebar.config
    README.md
    LICENSE
Proceed? ("Y")> n
Goodbye...

Empty package was created: https://hex.pm/packages/jsonrpc2

tsloughter commented 9 years ago

This was fixed in master, I'll publish a new version of the plugin to hex now.

tsloughter commented 9 years ago

Published rebar3_hex 1.2.0, please reopen this issue if the problem occurs again.