Skip to content

Commit c0e7eb3

Browse files
ZalfstenCopilot
andauthored
Update .github/workflows/docker-build.yml
Co-authored-by: Copilot <[email protected]>
1 parent 78f4476 commit c0e7eb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ jobs:
307307
git add pyproject.toml
308308
git commit -m "chore: bump version to $NEW_VERSION [skip ci]"
309309
310+
# Pull latest changes with rebase to avoid non-fast-forward errors
311+
git pull --rebase --autostash origin main
312+
310313
# Push the changes
311314
git push origin main
312315

0 commit comments

Comments
 (0)