p6m-actions/Publish to Regsitry
Publish Rust Crates to a Registry using cargo-workspaces
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry_run | Perform a dry run without actually publishing | no | false |
| crates_to_publish | Optional specific crates to publish (comma-separated) | no | — |
| ignore_crates | Optional crates to ignore during publishing (comma-separated) | no | — |
| registry | Registry to publish to (defaults to crates.io) | no | crates.io |
| no_verify | Skip verification step | no | false |
| allow_dirty | Allow dirty working directory | no | false |
| from_git | Use current git tag as version | no | false |
| exact | Specify exact version dependencies between workspace crates | no | true |
| all_features | Activate all available features | no | false |
Outputs
no outputs