actions-marketplace-validations/Multi Semantic Release
Action that handles multi package semantic release from one repo (monorepo)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 9, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/darksworm_multi-semantic-release@f3ddcd3be4004fca6bde631aa23d7eea90f42189 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | token to use to do the release | yes | — |
| dry-run | whether to do a dry run | no | false |
Outputs
| name | description |
|---|---|
| something-was-released | whether any packages were released (boolean) |
| new-versions | list of projects and their new versions that will be (if dry-run) or were released |
| package-was-released | JSON object containing boolean value for each package (whether it was released) keyed by package name |