chore: fix minor ci failures (#6293)

* chore: add trailing newline to config schema

* chore: fix typo

closes #6291
This commit is contained in:
David Knaack 2024-10-07 21:18:44 +02:00 committed by GitHub
parent bf806426f0
commit 25f356e3b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -6552,4 +6552,4 @@
]
}
}
}
}

View File

@ -235,7 +235,7 @@ fn get_cargo_version(context: &Context, config: &PackageConfig) -> Option<String
.and_then(toml::Value::as_bool)
.unwrap_or_default()
{
// workspace version string (`package.version.worspace = true`)
// workspace version string (`package.version.workspace = true`)
// need to read the Cargo.toml file from the workspace root
let mut version = None;
// discover the workspace root