Skip to content

Commit

Permalink
Split git
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulinski committed Nov 23, 2023
1 parent eec2cc8 commit d6e317c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,8 @@ async function run() {
console.info(` Github release created.`)

console.info(`Committing changes...`)
execSync(`git add -A && git commit -m "${releaseCommitMsg(version)}"`)
execSync("git add -A ")
execSync(`git commit -m "${releaseCommitMsg(version)}"`)
console.info()
console.info(` Committed Changes.`)
console.info(`Pushing changes...`)
Expand Down

0 comments on commit d6e317c

Please sign in to comment.