Skip to content

fix: build release binaries only when a release gets published #47

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

Merged
merged 1 commit into from
Aug 6, 2025

Conversation

hugodutka
Copy link
Collaborator

Previously, when a new release was published, the workflow to build release binaries would run twice simultaneously: once for the "published" tag and once for the "edited" tag. This caused a race condition where binaries would sometimes fail to upload because two workflows were trying to upload items under the same names.

@hugodutka hugodutka merged commit e783ff1 into main Aug 6, 2025
2 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