chore: looks like TODO is dead

only way to do git is from exec
main
sudo pacman -Syu 2023-12-21 02:42:56 +07:00
parent 68851eea1c
commit 46f3c940bf
1 changed files with 0 additions and 4 deletions

View File

@ -229,10 +229,6 @@ func (a *action) doGit(finalOutput, version string) error {
return nil
}
// TODO: disable until https://github.com/go-git/go-git/issues/180 is fixed
// if err := repo.Commit(commitMsg, finalOutput); err != nil {
// return err
// }
cmdOutput, err := exec.Command("git", "add", finalOutput).CombinedOutput()
if err != nil {
return err