[BUG] Release workflow uses deprecated actions
Opened this issue · 2 comments
adambkaplan commented
Is there an existing issue for this?
- I have searched the existing issues
Kubernetes Version
N/A
Shipwright Version
N/A
Current Behavior
The release workflow uses deprecated actions or commands. Notably:
create-release
uses an EOL version of NodeJSset-output
command is deprecated.
Expected Behavior
Release workflow uses up to date actions.
Steps To Reproduce
N/A
Anything else?
jaydee029 commented
Hi, I'd like to work on this.
adambkaplan commented
@jaydee029 great! The workflow in question that we need to replace is in the .github directory linked here. If you find a similar workflow that appears to be well-maintained and kept up to date, please submit a pull request with your recommendation.
Otherwise you can write a script that uses the GitHub CLI (gh), which is available on all GitHub Actions runners. I believe this has commands which will let us draft releases.