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

Ensure release creation only happens after release deletion is completed successfully #365

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

komish
Copy link
Contributor

@komish komish commented Jul 5, 2023

For whatever reason, we were still seeing draft releases even after #363 explicitly set the draft bool to false.

In my testing of the workflow itself, I think what's happening is that the two jobs are running somewhat concurrently. The releaser action will make things a draft if an existing release exists so as to not clobber a release with changes. To that end, I think we if we wait for the deletion to complete, we should end up with a pre-release that isn't a draft.

@komish komish merged commit 586bbbf into redhat-certification:main Jul 6, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants