v0.1.0
Fix release workflow: handle empty draft flag properly (#4) The issue was that PowerShell was passing an empty string as an argument to gh release create, causing 'no matches found for ' error. Now use conditional execution instead. Co-authored-by: Marc-André Moreau <mamoreau@devolutions.net>