tada5hi/monoship
Publish npm workspace packages to registries. Supports OIDC trusted publishing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | npm auth token. Optional when using OIDC trusted publishing. | no | — |
| registry | Registry URL to publish to. | no | https://registry.npmjs.org/ |
| root-package | Also consider the root package for publishing. | no | true |
| tag | Dist-tag to publish under. Overrides the auto-detected prerelease identifier (e.g. "beta" for 1.0.0-beta.0). Stable versions default to "latest". | no | — |
| dry-run | Show what would be published without actually publishing. | no | false |
| node-version | Node.js version to use. Set to empty string to skip setup and use the existing Node.js installation. | no | 22 |
Outputs
no outputs