conventional-changelog-action: The process '/usr/bin/git' failed with exit code 1
We get the following error:
`* [new branch] issue/test-change-log -> origin/issue/test-change-log
- [new branch] master -> origin/master
- [new branch] test431 -> origin/test431
- [new tag] v1.0.10 -> v1.0.10
- [new tag] v1.0.11 -> v1.0.11
- [new tag] v1.0.12 -> v1.0.12
- [new tag] v1.0.13 -> v1.0.13
- [new tag] v1.0.14 -> v1.0.14
- [new tag] v1.0.15 -> v1.0.15
- [new tag] v1.0.16 -> v1.0.16
- [new tag] v1.0.17 -> v1.0.17
- [new tag] v1.0.18 -> v1.0.18
- [new tag] v1.0.19 -> v1.0.19
- [new tag] v1.0.20 -> v1.0.20
- [new tag] v1.0.21 -> v1.0.21
- [new tag] v1.0.22 -> v1.0.22
- [new tag] v1.0.23 -> v1.0.23
- [new tag] v1.0.24 -> v1.0.24
- [new tag] v1.0.25 -> v1.0.25
- [new tag] v1.0.26 -> v1.0.26
- [new tag] v1.0.27 -> v1.0.27
- [new tag] v1.0.28 -> v1.0.28
- [new tag] v1.0.29 -> v1.0.29
- [new tag] v1.0.30 -> v1.0.30
- [new tag] v1.0.31 -> v1.0.31
- [new tag] v1.0.33 -> v1.0.33
- [new tag] v1.0.34 -> v1.0.34 ! [rejected] v1.0.35 -> v1.0.35 (would clobber existing tag)
- [new tag] v1.0.8 -> v1.0.8
- [new tag] v1.0.9 -> v1.0.9 Unhandled Rejection occurred. Error: The process ‘/usr/bin/git’ failed with exit code 1 Error: Unhandled Rejection occurred. Error: The process ‘/usr/bin/git’ failed with exit code 1 at ExecState._setResult (/home/runner/work/_actions/TriPSs/conventional-changelog-action/v3/node_modules/@actions/exec/lib/toolrunner.js:592:25) at ExecState.CheckComplete (/home/runner/work/_actions/TriPSs/conventional-changelog-action/v3/node_modules/@actions/exec/lib/toolrunner.js:575:18) at ChildProcess.<anonymous> (/home/runner/work/_actions/TriPSs/conventional-changelog-action/v3/node_modules/@actions/exec/lib/toolrunner.js:469:27) at ChildProcess.emit (node:events:513:28) at maybeClose (node:internal/child_process:1100:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5) at ExecState._setResult (/home/runner/work/_actions/TriPSs/conventional-changelog-action/v3/node_modules/@actions/exec/lib/toolrunner.js:592:25) at ExecState.CheckComplete (/home/runner/work/_actions/TriPSs/conventional-changelog-action/v3/node_modules/@actions/exec/lib/toolrunner.js:575:18) at ChildProcess.<anonymous> (/home/runner/work/_actions/TriPSs/conventional-changelog-action/v3/node_modules/@actions/exec/lib/toolrunner.js:469:27) at ChildProcess.emit (node:events:513:28) at maybeClose (node:internal/child_process:1100:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)`
Any idea what is going wrong?
About this issue
- Original URL
- State: closed
- Created 6 months ago
- Comments: 19 (10 by maintainers)
Thanks thats working.
Could you run in debug mode and drop here the raw logs.
It could be related to the checkout, could you update that one the latest version
uses: actions/checkout@v4and give it an other try?