Skip to content

"publish.yml" workflow triggered on every push #7

Open
@per1234

Description

@per1234

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions