shipwright-io/operator

[BUG] Release workflow uses deprecated actions

Opened this issue · 2 comments

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:

  1. create-release uses an EOL version of NodeJS
  2. set-output command is deprecated.

Expected Behavior

Release workflow uses up to date actions.

Steps To Reproduce

N/A

Anything else?

Hi, I'd like to work on this.

@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.