-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
topic: infrastructureRelated to project infrastructureRelated to project infrastructuretype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
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.
Metadata
Metadata
Assignees
Labels
topic: infrastructureRelated to project infrastructureRelated to project infrastructuretype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project