From 62340e03a1d5648a37d6a4055462a15dbdccbf73 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 2 Jan 2024 19:36:38 +0100 Subject: [PATCH] Fix typos --- scripts/publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' : ''