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
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.
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
The text was updated successfully, but these errors were encountered: