aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/create_release_impl.yml
Commit message (Collapse)AuthorAgeFilesLines
* Skip release workflow when version tag already exists (#898)Stefan Boberg8 days1-0/+285
Split create_release.yml into a lightweight gate that checks for an existing git tag and a reusable workflow (create_release_impl.yml) containing all build/release jobs. When VERSION.txt is merged to a non-release branch the tag check short-circuits the entire workflow, preventing duplicate builds and failed artifact uploads.