Skip to content

Commit

Permalink
chore: update release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Dec 13, 2022
1 parent 59ad5b4 commit d4d9727
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ execSync(`git ac "Release ${ releaseVersion }"`)

execSync(`git tag ${ releaseVersion }`)

void Promise.all([
exec('git push'),
exec('git push --tags'),
]).then(() => process.exit(0))
exec('git push')
exec('git push --tags')

0 comments on commit d4d9727

Please sign in to comment.