actions-marketplace-validations/NPM Publisher

Fast, easy publishing to NPM

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenThe NPM access token to use when publishingyes
registryThe NPM registry URL to usenohttps://registry.npmjs.org/
packageThe path of your package.json filenopackage.json
tagThe tag to publish to. This allows people to install the package using "npm install <package-name>@<tag>".nolatest
accessDetermines whether the published package should be publicly visible, or restricted to members of your NPM organization. This only applies to scoped packages.no
dry-runIf true, run with the --dry-run flagnofalse
check-versionOnly publish if the version in package.json differs from the latest on NPMnotrue
greater-version-onlyOnly publish to NPM if the version number in package.json is greater than the latest on NPMnofalse
namedescription
typeThe type of version change that occurred ("none", "major", "minor", "patch", etc.)
versionThe version that was published
old-versionThe version number that was previously published to NPM