react-ui-org / react-ui

React UI is a themeable and performant UI library for React apps.
https://react-ui.io
MIT License
21 stars 7 forks source link

Consider new release workflow #551

Closed adamkudrna closed 3 months ago

adamkudrna commented 3 months ago

Possible replacement action for draft releasing:

https://github.com/marketplace/actions/publish-release

Problems to Fix

GitHub CLI

# Publish a release that was previously a draft
$ gh release edit v1.2.3 --draft=false

https://github.com/eregon/publish-release/pull/14#issuecomment-2075476382

https://github.com/cli/cli/pull/5422

Other Maintained Actions

adamkudrna commented 3 months ago

This will be followed by #555 and can be closed.