Situation
The release 6.9.1 triggered by PR #1463 did not complete.
The merge of PR #1463 shows 2 failing workflows:
+ @cypress/github-action@6.9.1
[2:03:57 PM] [semantic-release] [@semantic-release/npm] › ℹ Published @cypress/github-action@6.9.1 to dist-tag @latest on https://registry.npmjs.org/
[2:03:57 PM] [semantic-release] › ✔ Completed step "publish" of plugin "@semantic-release/npm"
[2:03:57 PM] [semantic-release] › ℹ Start step "publish" of plugin "@semantic-release/github"
[2:03:58 PM] [semantic-release] [@semantic-release/github] › ℹ Published GitHub release: https://github.com/cypress-io/github-action/releases/tag/v6.9.1
[2:03:58 PM] [semantic-release] › ✔ Completed step "publish" of plugin "@semantic-release/github"
[2:03:58 PM] [semantic-release] › ℹ Start step "success" of plugin "@semantic-release/github"
[2:04:02 PM] [semantic-release] › ✘ Failed step "success" of plugin "@semantic-release/github"
[2:04:02 PM] [semantic-release] › ✘ An error occurred while running semantic-release: Error: Could not resolve to an Issue with the number of 1416.
at file:///home/runner/work/_actions/cycjimmy/semantic-release-action/v4/node_modules/semantic-release/node_modules/aggregate-error/index.js:23:26
at Array.map (<anonymous>)
at new AggregateError (file:///home/runner/work/_actions/cycjimmy/semantic-release-action/v4/node_modules/semantic-release/node_modules/aggregate-error/index.js:16:19)
at file:///home/runner/work/_actions/cycjimmy/semantic-release-action/v4/node_modules/semantic-release/lib/plugins/pipeline.js:55:13
at async pluginsConfigAccumulator.<computed> [as success] (file:///home/runner/work/_actions/cycjimmy/semantic-release-action/v4/node_modules/semantic-release/lib/plugins/index.js:87:11)
at async run (file:///home/runner/work/_actions/cycjimmy/semantic-release-action/v4/node_modules/semantic-release/index.js:218:3)
at async Module.default (file:///home/runner/work/_actions/cycjimmy/semantic-release-action/v4/node_modules/semantic-release/index.js:278:22)
at async release (/home/runner/work/_actions/cycjimmy/semantic-release-action/v4/src/index.js:36:18) {
type: 'NOT_FOUND',
path: [ 'repository', 'issue1416' ],
locations: [ { line: 52, column: 14 } ],
pluginName: '@semantic-release/github'
}
The yarn-modern failure is not directly related to the publication failure.
Impact
Workflows that specify cypress-io/github-action@v6 will pull v6.9.0. This will not make any difference for running Cypress though, since there are no Cypress fixes for the action in v6.9.1 only a low impact vulnerability resolution.
Situation
The release 6.9.1 triggered by PR #1463 did not complete.
tag v6.9.1 links to commit a04b1ce and was correctly created from PR fix(deps): update undici transitive dependency #1463
branch v6 links to commit 0ee1130 from PR feat: validate other parameters against command parameter when used #1445 of release
6.9.0and so it lags behind tag v6.9.1The merge of PR #1463 shows 2 failing workflows:
The yarn-modern failure is not directly related to the publication failure.
Impact
Workflows that specify
cypress-io/github-action@v6will pullv6.9.0. This will not make any difference for running Cypress though, since there are no Cypress fixes for the action inv6.9.1only a low impact vulnerability resolution.