guigrpa/oao

publish cannot be ran again of npm publish fails

ericclemmons opened this issue · 5 comments

I wasn't logged in, but the changes were committed & tagged, so when running oao release again it said there weren't any changes & failed to publish.

Oh, that happens to me every once in a while as well. I usually run then npx oao all "npm publish". Maybe that helps you too?

Thinking about it, maybe oao should check whether you're logged in (npm whoami?) before proceeding with the publish, what do you think?

Did you try the workaround I proposed?