Bug: 404 when tag was pushed but release not published yet #490
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
I just noticed an temporary issue that, when I push a new tag this action start breaking with a 404 error.
That happens because it can take some time until the CI finishes running and creates a draft release. I then have to manually publish that release so the artifacts become available.
To reproduce
Expected behavior
I know it may be an uncommon problem, but if easy it would be nice if this action used the releases endpoint from the GitHub API instead of the tags one. This means it'd fetch the previous release until the new one is not yet published.
'arduino/setup-task' version
v1.0.1
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: