chore: fix publish log [ci skip]
This commit is contained in:
parent
5e35d6fb79
commit
1d5a9eb7c1
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user