ncipollo / release-action

An action which manages a github release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to not create release at all if no artifacts were found.

opened this issue · comments

The title says it all, this feature will be very useful and save us the time to configure other steps that will detect if there are files uploaded or not and delete the release if nothing was found.

Sorry, this is out of scope for this action. You can add a separate step to your workflow to check for the existence of files you want to upload as artifacts (or fail earlier if artifact fail to generate).