Patch Changes
-
e032eeb- fix(ci): handle race condition in quality metrics updateFixed a race condition where the quality metrics update job fails when the release process pushes a version bump commit to main before the metrics update completes. Added
git pull --rebase origin mainbefore pushing to handle concurrent updates.