Closed mworrell closed 4 years ago
Sorry about that, clearly we need better tests :). I've opened a PR to fix it.
That is a quick fix! Thanks!
Now I'll wait for the release, then our own releases via GH actions work again.
Can you use master for the time being instead? I'd like to fix some of the other issues before a new release.
What is the best way to switch rebar_hex to master? We download rebar3 from aws during our build step, maybe we can specify the Hex plugin somewhere.
You must be specifying the hex plugin somewhere already. And you can switch that to a git dep pointing to master. The plugins are the same format as a regular dep just under the plugins
or project_plugins
key.
Ah, maybe hidden somewhere, will search :-)
Trying to publish a Hex package using:
we get the error:
This used to work.
What is changed in the arguments?
(Tried
rebar3 help hex publish
but that crashes)