Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not offer pre-release as a workflow option (#59)
# Motivation `cargo publish` takes the pre-release version from `Cargo.toml` and ignores the version taken as a workflow argument. The one and only way of setting the pre-release version should therefore be to set it in `Cargo.toml`. # Changes - Remove the `prerelease` workflow input.
- Loading branch information