Small fix to deploy.mjs
This commit is contained in:
parent
f3367f0719
commit
614685eb9e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ const packagesWhoseVersionsShouldBump = [
|
|||
)
|
||||
process.exit(1)
|
||||
}
|
||||
const npmTag = matches[1]
|
||||
npmTag = matches[1]
|
||||
console.log('npm tag: ' + npmTag)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue