-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
Description
Step fail passes removed failTitle argument to findSRIssues, causing arguments to be off-by-one.
Line 4 in ea6386d
| export default async (octokit, logger, labels, owner, repo) => { |
Lines 59 to 66 in ea6386d
| const [srIssue] = await findSRIssues( | |
| octokit, | |
| logger, | |
| failTitle, | |
| labels, | |
| owner, | |
| repo, | |
| ); |
[9:40:38 AM] [semantic-release] › ✘ Failed step "fail" of plugin "@semantic-release/github"
...
[9:40:39 AM] [semantic-release] › ✘ An error occurred while running semantic-release: Error: Variable $owner of type String! was provided invalid value
at file:///home/runner/work/HCE.Shared/HCE.Shared/node_modules/semantic-release/node_modules/aggregate-error/index.js:23:26
at Array.map (<anonymous>)
at new AggregateError (file:///home/runner/work/HCE.Shared/HCE.Shared/node_modules/semantic-release/node_modules/aggregate-error/index.js:16:19)
at file:///home/runner/work/HCE.Shared/HCE.Shared/node_modules/semantic-release/lib/plugins/pipeline.js:55:13
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async pluginsConfigAccumulator.<computed> [as fail] (file:///home/runner/work/HCE.Shared/HCE.Shared/node_modules/semantic-release/lib/plugins/index.js:87:11)
at async callFail (file:///home/runner/work/HCE.Shared/HCE.Shared/node_modules/semantic-release/index.js:252:7)
at async Module.default (file:///home/runner/work/HCE.Shared/HCE.Shared/node_modules/semantic-release/index.js:282:7)
at async default (file:///home/runner/work/HCE.Shared/HCE.Shared/node_modules/semantic-release/cli.js:55:5) {
extensions: { value: [ 'semantic-release' ], problems: [ [Object] ] },
locations: [ { line: 2, column: 21 } ],
pluginName: '@semantic-release/github'
}Reactions are currently unavailable