Skip to content

Commit bfca5ca

Browse files
committed
ci: fix build step
1 parent 0aea4a7 commit bfca5ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
5353
if ! git diff --cached --quiet; then
5454
git commit -m "Update generated build files"
55+
56+
# Fetch latest main and rebase
57+
git fetch origin main
58+
git rebase origin/main
59+
5560
git push origin main
5661
else
5762
echo "No changes in build folder, nothing to commit."

0 commit comments

Comments
 (0)