get-release icon indicating copy to clipboard operation
get-release copied to clipboard

Error 404 when fetching the release

Open lyrixx opened this issue 1 year ago • 2 comments

see: https://github.com/jolicode/castor/actions/runs/5879009613/job/15946039587

Indeed, the GitHub API seems to not work anymore!

https://api.github.com/repos/jolicode/castor/releases/tags/

lyrixx avatar Aug 16 '23 14:08 lyrixx

Huh. The get-release code attempts to get the tag name from the GitHub Actions context and appears to have not gotten anything. Adding the appropriate tag name onto the URL, https://api.github.com/repos/jolicode/castor/releases/tags/v0.8.0, works as expected. I don't have any initial theories about what went wrong.

bruceadams avatar Aug 26 '23 21:08 bruceadams

We now use gh CLI binary so it's not a problem for us anymore. Feel free to close the issue 👍🏼

lyrixx avatar Aug 27 '23 21:08 lyrixx