fix: correct the batch upload length (#21401)

This commit is contained in:
Luca Casonato 2023-11-30 23:07:26 +01:00 committed by GitHub
parent b69001bb49
commit 9444bab186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -355,7 +355,7 @@ async fn perform_publish(
})?;
let authorization: Rc<str> = format!("githuboidc {}", value).into();
for _ in &packages {
for _ in permissions {
authorizations.push(authorization.clone());
}
}