Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulinski committed Jan 2, 2024
1 parent 3af664d commit 62340e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' : ''
Expand Down

0 comments on commit 62340e0

Please sign in to comment.