Skip to content

Commit

Permalink
fix: publish script for patch-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Aug 12, 2021
1 parent 16e5876 commit 5e2f220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/publish.ts
Expand Up @@ -523,8 +523,8 @@ function getSemverFromPatchBranch(version: string) {

if (match) {
return {
major: Number(match[0]),
minor: Number(match[1]),
major: Number(match[1]),
minor: Number(match[2]),
}
}

Expand Down

0 comments on commit 5e2f220

Please sign in to comment.