Skip to content

Commit

Permalink
fix: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulinski committed Nov 24, 2023
1 parent 69f66ae commit 3d6e7bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,7 @@ async function run() {

console.info(`Committing changes...`)
execSync('git add -A ')
try {
execSync(`git commit -m "${releaseCommitMsg(version)}"`)
} catch (e) {
console.error(e)
}
execSync(`git commit -m "${releaseCommitMsg(version)}"`)

console.info()
console.info(` Committed Changes.`)
Expand Down

0 comments on commit 3d6e7bb

Please sign in to comment.