parent
629cbd9653
commit
4d55ffe087
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ async function writeVersionsToPackageJSONs(
|
||||||
// through the `GITHUB_SHA` environmental variable.
|
// through the `GITHUB_SHA` environmental variable.
|
||||||
|
|
||||||
// The length of the abbreviated commit hash can change, that's why we
|
// The length of the abbreviated commit hash can change, that's why we
|
||||||
// need the lenght of the fake merge commit's abbreviated hash.
|
// need the length of the fake merge commit's abbreviated hash.
|
||||||
const fakeMergeCommitHashLength = (await $`git log -1 --pretty=format:%h`)
|
const fakeMergeCommitHashLength = (await $`git log -1 --pretty=format:%h`)
|
||||||
.stdout.length
|
.stdout.length
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue