1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fix(publish): make the already published message look like a warning (#22620)

This commit is contained in:
Ryan Dahl 2024-02-28 21:30:20 +01:00 committed by GitHub
parent a3f982c1d5
commit f54acb53ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -600,7 +600,7 @@ async fn publish_package(
if task.status == "success" {
println!(
"{} @{}/{}@{}",
colors::green("Skipping, already published"),
colors::yellow("Warning: Skipping, already published"),
package.scope,
package.package,
package.version