mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
fix(publish): make the already published message look like a warning (#22620)
This commit is contained in:
parent
a3f982c1d5
commit
f54acb53ed
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ async fn publish_package(
|
||||||
if task.status == "success" {
|
if task.status == "success" {
|
||||||
println!(
|
println!(
|
||||||
"{} @{}/{}@{}",
|
"{} @{}/{}@{}",
|
||||||
colors::green("Skipping, already published"),
|
colors::yellow("Warning: Skipping, already published"),
|
||||||
package.scope,
|
package.scope,
|
||||||
package.package,
|
package.package,
|
||||||
package.version
|
package.version
|
||||||
|
|
Loading…
Add table
Reference in a new issue