actions-marketplace-validations/publish node package action
Publish a NodeJS package to NPM Repository or GitHub Packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 23, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/frontenddev-org_publish-node-package-action@a9ad25cabb3cb515e3d08227cf56a1701ec20a07 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Publish target, optionally npm/github | yes | — |
| token | Target authorization token, GitHub Packages target does not need, internally has automatically obtained `github.token` | no | — |
| tag | The version tag to release, the default is latest | no | latest |
| workspaces | Publish all packages in all workspaces | no | — |
| options | Additional options for `npm publish` command | no | — |
Outputs
no outputs