vpetrigo/Cargo Publish Workspaces
Publish Rust crates using cargo-workspaces
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub API token | no | ${{ github.token }} |
| path | Path to crate or workspace | no | . |
| args | Extra arguments for cargo publish command | no | — |
| registry-token | Cargo registry token | no | — |
| dry-run | Set to true to bypass exec cargo publish | no | false |
| check-repo | Set to false to bypass check local packages for modifications since last published version | no | true |
| publish-delay | Optional delay in milliseconds applied after publishing each package before publishing others | no | — |
| no-verify | Set to true to bypass cyclic dependency detection and cargo packaging verification (uses --no-verify) | no | false |
| ignore-unpublished-changes | Set to true to exit the workflow gracefully if package does not have a new version to publish | no | false |
Outputs
no outputs