diff --git a/scripts/publish.ts b/scripts/publish.ts index 93968f8..2667a05 100644 --- a/scripts/publish.ts +++ b/scripts/publish.ts @@ -574,7 +574,7 @@ async function run() { if (branchConfig.ghRelease) { console.info(`Creating github release...`) - // Stringify the markdown to excape any quotes + // Stringify the markdown to escape any quotes execSync( `gh release create v${version} ${ !isLatestBranch ? '--prerelease' : ''