Skip to content

Commit

Permalink
Fix amend on pushing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Aug 23, 2021
1 parent ca0d259 commit 899aefa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ abstract class GitCommit : AbstractGitTask() {
it.commit()
.setAll(true)
.setMessage(message.get())
.setAmend(true)
.setAmend(amend.get())
.setSign(false)
.call()
}
Expand Down

0 comments on commit 899aefa

Please sign in to comment.