Skip to content
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

Release workflow fails when identifying related PRs #158

Open
stempler opened this issue Nov 27, 2024 · 1 comment
Open

Release workflow fails when identifying related PRs #158

stempler opened this issue Nov 27, 2024 · 1 comment

Comments

@stempler
Copy link
Owner

The release workflow currently fails at one point in the github plugin, where the release success is handled.
Because all important steps (create git tag, create github release, publish release artifacts) are done before, this is not a critical issue.
However, it seems to prevent comments on PRs and issues that the changes were released.

It seems to fail here when determining the PRs related to the release.
https://github.com/semantic-release/github/blob/bfd07360e589da7cec9debff537daa030c57924c/lib/success.js#L81

Example workflow run:
https://github.com/stempler/bnd-platform/actions/runs/12046684611

@stempler
Copy link
Owner Author

More verbose logging of semantic-release was enabled in #160 (verified in dry run), hope we can get some more insights on the next actual release run.

@stempler stempler added the ci label Nov 27, 2024
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