Open
Description
The "publish.yml" workflow publishes the package to npm.
This workflow is currently configured to run on every push
event.
In addition to being inefficient, this could result premature publishing of the package from a push to a development branch that was only intended for testing or proposal.
The workflow can be configured to run only on a tag push, which will ensure that the package versioning always matches to the repository tags.