Skip to content

Commit 3d6e7bb

Browse files
committed
fix: revert
1 parent 69f66ae commit 3d6e7bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/publish.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -584,11 +584,7 @@ async function run() {
584584

585585
console.info(`Committing changes...`)
586586
execSync('git add -A ')
587-
try {
588-
execSync(`git commit -m "${releaseCommitMsg(version)}"`)
589-
} catch (e) {
590-
console.error(e)
591-
}
587+
execSync(`git commit -m "${releaseCommitMsg(version)}"`)
592588

593589
console.info()
594590
console.info(` Committed Changes.`)

0 commit comments

Comments
 (0)