microsoft / beachball

The Sunniest Semantic Version Bumper

Home Page:https://microsoft.github.io/beachball

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish task is successful in CI, but no packages were published

veekeys opened this issue · comments

commented

I spent a bunch of time and only after reading the script code found the issue why publish command succeeds but no packages are published in CI.
This was the logs I was getting in successful command:
image

Apparently, i need to pass yes arg, cause obviously I cannot have any prompts in CI. After doing that, I got a successful publish of multiple packages.

I suggest either updating the docs with this or maybe we could have this prompt automatically removed if the publishing is run in CI.

If updating docs is something you would like, I could contribute