publish-please
publish-please copied to clipboard
Possible to check if published
Is it possible to check if a version has already been published and just skip the publish step?
This was the behaviour of publish.
Hi @DominicBoettger, thank you for your feedback.
Do you mean that if you execute publish-please twice, it should not fail on the second run since it has been published in the first run?
I vote to close this issue.
npm publish will throw an error if you try to publish a package version that already exists, and I think it makes sense that it does. If you don't want to get an error you could execute the dry run option