guitarrapc / githubactions-lab

github actions ci lab
MIT License
43 stars 5 forks source link

Deprecated actions/create-release@v1 & actions/upload-release-asset@v1 #160

Closed guitarrapc closed 7 months ago

guitarrapc commented 7 months ago

Now official GitHub removed support from actions. As Release handling is core part of development lifecycle, it's time to use gh instead of 3rd party actions.

https://cli.github.com/manual/gh_release_create https://cli.github.com/manual/gh_release_upload

Limitaion

gh release upload seems missing option to set file name for upload. It automatically use path's file name.

This is breaking change from actions/upload-release-asset@v1 action.

guitarrapc commented 7 months ago

done with https://github.com/guitarrapc/githubactions-lab/blob/main/.github/workflows/create_release.yaml