Github Publish warning message
Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
It's this action that is making the deprecated calls:
https://github.com/marvinpinto/action-automatic-releases
the action hasn't been updated in a long time (years). We should probably look at moving to:
https://github.com/softprops/action-gh-release
I can take a look but afaik GitHub delayed the deprecation so no immediate concern here:
https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/