We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a29c2d commit 9ac979aCopy full SHA for 9ac979a
1 file changed
release/scripts/homebrew.js
@@ -150,7 +150,7 @@ async function updateCgFormula(brewDir) {
150
console.log(files)
151
const zipFile = files.find(file => file.includes('tar.gz'))
152
const pathToFile = path.join(pathToDist, zipFile)
153
- const sha256 = calculateSHA256(pathToFile)
+ const sha256 = await calculateSHA256(pathToFile)
154
const url = `${CLI_ASSETS_URL}/cg-v${SHORT_VERSION}/${zipFile}`
155
156
const templateReplaced = template
0 commit comments