Skip to content

Incomplete release 6.9.1 #1464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MikeMcC399 opened this issue May 16, 2025 · 3 comments
Closed

Incomplete release 6.9.1 #1464

MikeMcC399 opened this issue May 16, 2025 · 3 comments
Assignees

Comments

@MikeMcC399
Copy link
Collaborator

Situation

The release 6.9.1 triggered by PR #1463 did not complete.

The merge of PR #1463 shows 2 failing workflows:

  • main, failing with
+ @cypress/[email protected]
[2:03:57 PM] [semantic-release] [@semantic-release/npm] › ℹ  Published @cypress/[email protected] 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.

@MikeMcC399 MikeMcC399 self-assigned this May 16, 2025
@MikeMcC399
Copy link
Collaborator Author

Assessment

The main workflow uses

      - name: Semantic Release
        uses: cycjimmy/semantic-release-action@v4
        id: semantic
        with:
          # https://github.com/semantic-release/semantic-release
          semantic_version: 24.1.0

Recommendation

Update the main workflow to use semantic_version: 24.2.3 (latest)

@MikeMcC399
Copy link
Collaborator Author

@MikeMcC399
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant