actions-marketplace-validations/Publish Node Package
Publish a NodeJS package to NPM and GitHub Packages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 8, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/colinparsonsme_publish-node-package@53a5d3ac070578ee6e11aaba8a7e59c5a87b0c41 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| npm-token | NPM token | no | — |
| github-token | GitHub token, which will just be the default {{ secrets.GITHUB_TOKEN }} for this workflow. Before writing the steps for this job, remember to include permissions: contents: read packages:write for this job. | no | — |
| scope | Scope for GitHub Packages. This is usually the user or organization that owns the workflow file, prefixed with @. Example: @octocat for the octocat/my-node-package repository. | no | — |
Outputs
no outputs