fix(ci): force push nightly branch to handle divergence from development

This commit is contained in:
GitHub Actions
2026-02-02 13:47:36 +00:00
parent f3ed1614c2
commit b27fb306f7

View File

@@ -66,7 +66,8 @@ jobs:
echo "Fast-forward not possible, resetting nightly to development"
git reset --hard origin/development
}
git push origin nightly
# Force push to handle cases where nightly diverged from development
git push --force origin nightly
echo "has_changes=true" >> $GITHUB_OUTPUT
fi