jamesmortensen/monopublish-action
This action helps publishing independent, logically related packages in a monorepo which are not dependent on one another
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check-if-deploy | Check commit message for deploy trigger and package name and set a GITHUB_OUTPUT. (Default behavior if no npm-exec specified) | no | false |
| npm-exec | NPM run script to execute in the package. Also, can be test, install, and publish | no | — |
| dry-run | For dry runs. Go through the process but do not publish. | no | false |
Outputs
| name | description |
|---|---|
| should_deploy | True if we should run other steps/jobs prior to publishing |