jaid/Publish Node package
GitHub Action that publishes compiled code to npm and similar package registries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| npmrcFile | File path to npmrc (relative to repository) | yes | .npmrc |
| publishDirectory | Directory with package contents (relative to repository) | yes | . |
| npmPrepareScript | Name of an npm script entry (for example "build" to run package.json[build]) that will be executed before publishing | — | — |
| dry | If true, everything is executed (including npm publish), but actual publishing does not happen | yes | false |
| npmToken | Token for authorizing "npm publish" execution for npm registry | — | — |
| npmRegistry | Registry host for npm | yes | registry.npmjs.org |
| githubToken | Token for authorizing "npm publish" execution for GitHub Packages registry | — | — |
| githubRegistry | Registry host for GitHub Packages | yes | npm.pkg.github.com |
Outputs
no outputs