github icon indicating copy to clipboard operation
github copied to clipboard

How to execute "success" step manually after its failure?

Open satanTime opened this issue 2 years ago • 1 comments

During release, my script has faced github rate limiting and the success step has failed, whereas the release itself was successful: its tag has been committed, but no "success" comments were added to the corresponding issues and pull requests.

I would like to trigger "success" step one more time, but I'm not sure how to do that. Now it simply says "there are no change since last release".

Could you help? Basically, I need to run the "success" step for "github" only between versions "14.10.1" and "14.11.0".

Thank you in advance.

satanTime avatar Jun 11 '23 14:06 satanTime

I don't think that's possible today. We addressed the rate limit problems but they still occur, we are not sure why yet: https://github.com/semantic-release/github/issues/644

gr2m avatar Jun 12 '23 17:06 gr2m