mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
codegen: Reduce download
This commit is contained in:
@@ -98,7 +98,7 @@ fn main() -> Result<()> {
|
||||
if manifests.is_empty() {
|
||||
format!("={}", releases.first().unwrap().0).parse()?
|
||||
} else {
|
||||
format!(">={}", semver_versions.last().unwrap()).parse()?
|
||||
format!(">{}", semver_versions.last().unwrap()).parse()?
|
||||
}
|
||||
} else {
|
||||
version_req.parse()?
|
||||
|
||||
Reference in New Issue
Block a user