actions-marketplace-validations/release-npm-action

Verifies, builds, versions and documents a plugin release to npm.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
NPM_TOKENnpm Automation token used to publish package.yes
GITHUB_TOKENUsed to create GitHub release with changelog contents.no${{ github.token }}
MANUAL_TRIGGEROptional release type for manually triggering release workflow.no
CHANNELThe npm dist-tag for the release, default latest.no
DRY_RUNRun action for testing puroposes without publishing anything.no
DEBUGRun semantic-release in debug mode.no
FAIL_ON_SKIPPass action when release requested but skipped due to no relevant changes.no
FOLDERFolder where the package to release resides.no
namedescription
versionVersion of the release published.
channeldist-tag where the release was published.
tagName of the git-tag for the new release.