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

Prevent duplicate release drafts #247

Open
itsrainy opened this issue Apr 11, 2023 · 0 comments
Open

Prevent duplicate release drafts #247

itsrainy opened this issue Apr 11, 2023 · 0 comments

Comments

@itsrainy
Copy link
Contributor

Our github actions currently have a race condition that can cause two separate draft releases to get created if two build jobs finish at the same time. This happened for the 0.4.4 release:
image

This resulted in some artifacts not actually getting uploaded to the correct release.

I think we can use Github's concurrency mechanism at the job level to ensure that a draft release already exists before any of the build jobs get to this step.

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

No branches or pull requests

1 participant