1 2 3 4 5 6 7 8 9
# cargo-release configuration # https://github.com/crate-ci/cargo-release # Let GitHub Actions handle the actual publish publish = false push = true tag = true tag-name = "v{{version}}"