mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
fix: correct the batch upload length (#21401)
This commit is contained in:
parent
b69001bb49
commit
9444bab186
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue