Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 14, 2024
1 parent 90c425e commit ba9693b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/tarball.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ pub async fn process_tarball(
publish_task_name: publishing_task_scoped_package_name,
});
}

if let Some(config_file_version) = config_file.version {
if config_file_version != publishing_task.package_version {
return Err(PublishError::ConfigFileVersionMismatch {
Expand Down

0 comments on commit ba9693b

Please sign in to comment.