4 ms·
I think you could build on this action https://github.com/actions/github-script/ https://github.com/actions/github-script/ which provides a JS client for the Gi
by spalas 6y ago
I think you could build on this action https://github.com/actions/github-script/ https://github.com/actions/github-script/
which provides a JS client for the GitHub API.
It looks like it supports all of the API routes you would need including:
https://github.com/actions/github-script/blob/b507739f17c2106b2a1a596000eaa49a0d5c33a2/dist/index.js#L9514 https://github.com/actions/github-script/blob/b507739f17c210...
To actually perform the release update.
- geokon 6y agoit's strange to me this isn't a first class feature Thanks for the tip. I don't really know JS so I may dig into this if it becomes a major burden. For the time being I'll just manually delete the prerelease between pushes