actions-marketplace-validations/MultiPublish
Automatically publish JS modules (supports multiple modules, respects .npmrc)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| scan | Optional. Specify which directories (relative to the root) should be scanned for modules. Comma separated, supports glob syntax. | no | ./ |
| ignore | Optional. Prevent specific directories. Comma-separated, supports glob syntax. | no | — |
| force | Optional. Force a private module to be published (see limitations in README) | no | — |
| dist_tag | Optional. The dist-tag to apply to non-prerelease modules. examples - latest, stable, current | no | — |
| prerelease_dist_tag | Optional. The name of a dist-tag to use if the module is a prerelease. examples - beta, next, dev, canary | no | — |
Outputs
| name | description |
|---|---|
| modules | A comma-delimited list of modules that were updated. Ex: '@myorg/mypkg@1.0.0, @myorg/myotherpkg@1.4.1' |