romnn/publish crates
Publish crates on crates.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 9, 2026
- License
- MIT
Pinned Snippet
uses: romnn/publish-crates@137a2b3395f7b168399c0cc3f38cb278ec5a05bd # v0.0.29tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of the tool (defaults to the version of the action) | — | latest |
| token | Github API token | — | ${{ github.token }} |
| path | Path to package or workspace | — | . |
| include | Packages that should be published | — | — |
| exclude | Packages that should not be published | — | — |
| extra-args | Additional arguments for cargo publish | — | — |
| registry-token | Cargo registry token (e.g. crates.io) | — | — |
| dry-run | This will perform all checks without publishing the package | — | false |
| publish-delay | Delay before attempting to publish dependent crate | — | — |
| concurrency-limit | Maximum number of packages to publish concurrently | — | 4 |
| max-retries | Maximum number of retries when encountering intermittent errors | — | — |
| no-verify | Disable pre-publish validation checks | — | false |
| resolve-versions | Resolve missing versions for local packages | — | false |
Outputs
no outputs