act-security-labs/Dual npm publish
Publish the already-built npm package under an additional package name.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Aug 30, 2026
- License
- None
Pinned Snippet
uses: act-security-labs/dual-npm-publish-action@0af853d1d5705e464a5806bc0c9f9641e3b2c292 # no releases — HEAD as of 2026-08-31tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| package-name | The additional npm package name to publish, for example @cloud-copilot/iam-collect. | yes | — |
| version | The version to publish. Usually semantic-release's nextRelease.version. | yes | — |
| package-directory | Directory containing the source package.json and build output. | no | . |
| access | npm access level to pass to npm publish. | no | public |
| skip-existing | Skip successfully if package-name@version already exists. | no | true |
| dry-run | Run npm publish with --dry-run. | no | false |
| npm-version | npm CLI version to install before publishing. Use npm 11.5.1 or newer for Trusted Publishing. | no | latest |
Outputs
| name | description |
|---|---|
| published | Whether this action published the alias package. |
| skipped | Whether this action skipped because the alias package version already exists. |