-
Notifications
You must be signed in to change notification settings - Fork 136
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
Failed step "success" of plugin "@semantic-release/github" #415
Comments
I have observed the same behaviour today. |
I also found that if I used |
I am getting a similar (although not exact) error in cycjimmy/semantic-release-action#80 |
We've also started having this exact same issue in https://github.com/sasjs/cli. Any help on this would be great, thank you! 🙏🏽 |
I am also getting the same error today semantic-release/git#298 |
Seeing the same error. |
Posting to raise priority, we are facing the same issue |
Same error on multiple projects |
Seeing the same error! |
I was able to work around this error by suppressing the success commenting in
That way the problematic issue search query is skipped and the GH release can be created at least. |
This seems to be related octokit/rest.js#114 |
I tried reverting to a previous release([email protected]) and that did not seem to fix the issue either. I did not try earlier releases but it seems @tthyt has the only current workaround. |
Thank you @tthyt, to pass over it will be a great solution currently~ |
Are folks still seeing this failure? I did see this happen with one of my projects last night, but have seen several releases complete successfully today with the default config. If this was just an API problem that has been fixed, I would like to close this issue. If folks are still seeing this happen, we can keep it open until we understand better. |
I was trying to reproduce the problem in octokit/rest.js#114 but to no avail either. I also did several releases myself with both semantic-release 17 & 18 today and have not seen the error. |
Mystery solved, please update your lock files, make sure you don't have |
I ran
npx semantic-release
in my Github pipeline with myGITHUB_TOKEN
.Everything went well. A new tag is published, but there comes an error at the last step
Failed step "success" of plugin "@semantic-release/github"
.Logs show below:
Is there anyone who can help me~~ Thanks a lot~~
The text was updated successfully, but these errors were encountered: