-
Notifications
You must be signed in to change notification settings - Fork 140
Failed step "success" of plugin "@semantic-release/github" #415
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
Comments
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. https://github.com/sasjs/cli/runs/3660512107 Any help on this would be great, thank you! 🙏🏽 |
I am also getting the same error today semantic-release/git#298 |
This seems to be related octokit/rest.js#114 |
I tried reverting to a previous release(semantic-release@17.4.7) 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~ |
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: