actions-marketplace-validations/Publish Node Package

Publish a NodeJS package to NPM and GitHub Packages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 8, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/colinparsonsme_publish-node-package@53a5d3ac070578ee6e11aaba8a7e59c5a87b0c41 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
npm-tokenNPM tokenno
github-tokenGitHub 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
scopeScope 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

no outputs