"publish.yml" workflow triggered on every push #7
Labels
topic: infrastructure
Related to project infrastructure
type: imperfection
Perceived defect in any part of project
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.
The text was updated successfully, but these errors were encountered: