We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release workflow uses an unsupported release action: actions/create-release@v1.
actions/create-release@v1
Because it uses the deprecated set-output command, we'll have to approach this sooner or later.
set-output
Exemplar CI failure: https://github.com/Kong/kubernetes-testing-framework/actions/runs/3628481705/jobs/6119549896#step:5:12
Use an action that will not yield warnings and not be marked as unsupported, e.g. softprops/action-gh-release
softprops/action-gh-release
The text was updated successfully, but these errors were encountered:
@pmalek please add a proposed solution and AC
Sorry, something went wrong.
pmalek
Successfully merging a pull request may close this issue.
Release workflow uses an unsupported release action:
actions/create-release@v1
.Because it uses the deprecated
set-output
command, we'll have to approach this sooner or later.Exemplar CI failure: https://github.com/Kong/kubernetes-testing-framework/actions/runs/3628481705/jobs/6119549896#step:5:12
Proposed solution
Use an action that will not yield warnings and not be marked as unsupported, e.g.
softprops/action-gh-release
Acceptance criteria
The text was updated successfully, but these errors were encountered: