Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 15:43
· 2 commits to master since this release
cad2cdd
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>