Skip to content
New issue

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 uses an unsupported action #458

Closed
pmalek opened this issue Dec 6, 2022 · 1 comment · Fixed by #518
Closed

Release uses an unsupported action #458

pmalek opened this issue Dec 6, 2022 · 1 comment · Fixed by #518

Comments

@pmalek
Copy link
Member

pmalek commented Dec 6, 2022

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

  • release pipeline uses an action that is not marked as unsupported
@mflendrich
Copy link
Contributor

@pmalek please add a proposed solution and AC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants