mosteo/alr publish
Publish using `alr publish`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with permissions to fork and push | yes | — |
| directory | Directory containing the crate to publish | no | . |
| index_owner | Owner of the index to publish to | no | alire-project |
| index_name | Name of the index repository | no | alire-index |
| skip_build | Skip building the project | no | false |
| skip_submit | Skip submitting the release to the index (only generate manifest) | no | false |
| create_tag | Create a version tag for the release | no | true |
| tag_prefix | Prefix for the tag, e.g., "v" for "v1.0.0" | no | v |
| create_release | Create a GitHub release for the tag (implies create_tag) | no | true |
| release_prefix | Prefix for the release title, e.g., "Release v" for "Release v1.0.0" | no | v |
| force | use `alr --force` | no | false |
| clean | Whether to remove alr afterwards, if it wasn't originally installed | no | true |
Outputs
no outputs