]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix publish log [ci skip]
authorEvan You <yyx990803@gmail.com>
Mon, 13 Jan 2020 22:53:54 +0000 (17:53 -0500)
committerEvan You <yyx990803@gmail.com>
Mon, 13 Jan 2020 22:53:54 +0000 (17:53 -0500)
scripts/release.js

index ba6771391d81043ed5dcacbb509992c2bf643c70..0ea5c9247c215979f05bea03e154bc3a6f910cf3 100644 (file)
@@ -189,7 +189,7 @@ async function publishPackage(pkgName, version, runIfNotDry) {
   // TODO use inferred release channel after official 3.0 release
   // const releaseTag = semver.prerelease(version)[0] || 'latest'
 
-  step(`Publishing ${pkg}...`)
+  step(`Publishing ${pkgName}...`)
   try {
     await runIfNotDry(
       'yarn',