diff --git a/workspace/gh-workflow/Cargo.toml b/workspace/gh-workflow/Cargo.toml index 7ec27ea..f0ee15b 100644 --- a/workspace/gh-workflow/Cargo.toml +++ b/workspace/gh-workflow/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "A type-safe GitHub Actions workflow generator" license = "Apache 2.0" -license-file = "LICENSE.md" +license-file = "LICENSE" documentation = "https://github.com/tailcallhq/rust-gh-workflows" homepage = "https://github.com/tailcallhq/rust-gh-workflows" repository = "https://github.com/tailcallhq/rust-gh-workflows"