jaid/Publish Node package

GitHub Action that publishes compiled code to npm and similar package registries.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
npmrcFileFile path to npmrc (relative to repository)yes.npmrc
publishDirectoryDirectory with package contents (relative to repository)yes.
npmPrepareScriptName of an npm script entry (for example "build" to run package.json[build]) that will be executed before publishing
dryIf true, everything is executed (including npm publish), but actual publishing does not happenyesfalse
npmTokenToken for authorizing "npm publish" execution for npm registry
npmRegistryRegistry host for npmyesregistry.npmjs.org
githubTokenToken for authorizing "npm publish" execution for GitHub Packages registry
githubRegistryRegistry host for GitHub Packagesyesnpm.pkg.github.com

no outputs