You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at /home/runner/work/myRepo/myRepo/node_modules/gitlog/src/index.ts:384:13
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:514:28)
at ChildProcess.emit (node:domain:488:12)
at maybeClose (node:internal/child_process:1105:1[6](https://github.com/myRepo/myRepo/actions/runs/8047779349/job/22022489704#step:7:7))
at Socket.<anonymous> (node:internal/child_process:45[7](https://github.com/myRepo/myRepo/actions/runs/8047779349/job/22022489704#step:7:8):11)
at Socket.emit (node:events:514:2[8](https://github.com/myRepo/myRepo/actions/runs/8047779349/job/22022489704#step:7:9))
at Socket.emit (node:domain:488:12)
at Pipe.<anonymous> (node:net:337:12)
TypeError: error.match is not a function
at Git.getGitLog (/home/runner/work/myRepo/myRepo/node_modules/@auto-it/core/src/git.ts:406:25)
at async Release.getCommits (/home/runner/work/myRepo/myRepo/node_modules/@auto-it/core/src/release.ts:284:20)
at async Release.getCommitsInRelease (/home/runner/work/myRepo/myRepo/node_modules/@auto-it/core/src/release.ts:119:24)
at async Auto.shipit (/home/runner/work/myRepo/myRepo/node_modules/@auto-it/core/src/auto.ts:1605:18)
at async execute (/home/runner/work/myRepo/myRepo/node_modules/auto/src/run.ts:88:9)
at async Object.runCli (/home/runner/work/myRepo/myRepo/node_modules/auto/src/run.ts:146:3)
Error: Process completed with exit code 1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have all of a sudden started to get below errors in my build pipeline. Any pointers what went wrong ?
Run GH_TOKEN="***" npm run auto:shipit
Error: fatal: ' 9007199254740991': not an integer
TypeError: error.match is not a function
at Git.getGitLog (/home/runner/work/myRepo/myRepo/node_modules/@auto-it/core/src/git.ts:406:25)
at async Release.getCommits (/home/runner/work/myRepo/myRepo/node_modules/@auto-it/core/src/release.ts:284:20)
at async Release.getCommitsInRelease (/home/runner/work/myRepo/myRepo/node_modules/@auto-it/core/src/release.ts:119:24)
at async Auto.shipit (/home/runner/work/myRepo/myRepo/node_modules/@auto-it/core/src/auto.ts:1605:18)
at async execute (/home/runner/work/myRepo/myRepo/node_modules/auto/src/run.ts:88:9)
at async Object.runCli (/home/runner/work/myRepo/myRepo/node_modules/auto/src/run.ts:146:3)
Error: Process completed with exit code 1.
Beta Was this translation helpful? Give feedback.
All reactions