|
|
|
|
|
by geokon
2160 days ago
|
|
Unlike the authoer, I haven't found Github Actions very intuitive to work with :) I've asked this before on a similar post, maybe someone here knows. Has anyone managed to get a Pre-Release to track Master using Github Actions? I can't seem to find a working example that does this (and I can't seem to cobble one together myself) There are a few things that are seemingly intentionally left out of GitHub Actions... like you can create new Releases on a push, but there is no direct way to delete/update a release with fresh builds. I know you can just get build artifacts - but those are not publicly available and hard to link people to. |
|
It looks like it supports all of the API routes you would need including:
https://github.com/actions/github-script/blob/b507739f17c210...
To actually perform the release update.