I followed the instructions on this article…
Yet for some reason, my workflow is trying to publish on every push, not just on new version tags. So I’m getting an error from NPM You cannot publish over the previously published versions .
Obviously, I only want to publish once per tag. How do I setup that filter?
Here’s my config: https://github.com/Amazebot/bbot/blob/master/.circleci/config.yml