octokit / request-action

A GitHub Action to send arbitrary requests to GitHub's REST API
https://github.com/marketplace/actions/GitHub-API-Request
MIT License
370 stars 47 forks source link

Rollback semantic-release to v19 #249

Closed kfcampbell closed 1 year ago

kfcampbell commented 1 year ago

Fixes #248 (albeit in a way we don't want to become permanent).

request-action releases have been failing since January as a consequence of updating semantic-release to v20.

This PR rolls back to the last successful version of semantic-release, v19, in order to ship updates to this module.

gr2m commented 1 year ago

It's not semantic release that is failing, but the build step. Update @vercel/ncc to the latest version, that should fix it

kfcampbell commented 1 year ago

Ohhh good call! I've done so in #250. Thank you for the help!