actions-marketplace-validations/publish node package action

Publish a NodeJS package to NPM Repository or GitHub Packages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 23, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/frontenddev-org_publish-node-package-action@a9ad25cabb3cb515e3d08227cf56a1701ec20a07 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
targetPublish target, optionally npm/githubyes
tokenTarget authorization token, GitHub Packages target does not need, internally has automatically obtained `github.token`no
tagThe version tag to release, the default is latestnolatest
workspacesPublish all packages in all workspacesno
optionsAdditional options for `npm publish` commandno

no outputs