garronej / ts-ci

🚀 A project starter for module publisher
MIT License
349 stars 20 forks source link

Upgrade `Create GitHub Release` to non-deprecated version #11

Closed nooikko closed 4 months ago

nooikko commented 1 year ago

Warnings provided by GitHub during action run: image

Code in Question: https://github.com/garronej/ts-ci/blob/main/.github/workflows/ci.yaml

Line 65: create_github_release

garronej commented 1 year ago

Hey @nooikko,

Sorry about the warnings.
GitHub deprecated set-output about a month ago an all the ecosystem of actions aven't mooved on yet.

In particular, here I'm waiting for this issue to be addressed:
https://github.com/softprops/action-gh-release/issues/268

If the maintainer of action-gh-release dosen't update I'll be looking for an alternative action.

Thanks for reporting anyway.