ros-industrial / ros_qtc_plugin

ROS Qt Creator Plug-in (https://ros-qtc-plugin.readthedocs.io)
396 stars 213 forks source link

replace deprecated 'create-release' and 'upload-release-asset' actions #488

Closed christian-rauch closed 9 months ago

christian-rauch commented 9 months ago

The two actions actions/create-release and actions/upload-release-asset that have been used previously to release plugins archives from a tag have been deprecated.

The third-party action ncipollo/release-action replaces these two actions and allows to directly release all plugin archive artifacts at once.