Small fix to deploy.mjs

This commit is contained in:
Aria Minaei 2021-10-01 12:33:36 +02:00
parent f3367f0719
commit 614685eb9e

View file

@ -104,7 +104,7 @@ const packagesWhoseVersionsShouldBump = [
)
process.exit(1)
}
const npmTag = matches[1]
npmTag = matches[1]
console.log('npm tag: ' + npmTag)
}