From 1a9703a1596bceaa0fc2d60261429cf993967c10 Mon Sep 17 00:00:00 2001 From: Arlind Date: Tue, 17 Jun 2025 00:20:39 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 38ee1a7..eae0919 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -165,6 +165,10 @@ jobs: git add README.md git commit -m "[ci skip] push back from pipeline" -q || echo "No changes to commit" + - name: Pull latest changes + run: | + git pull --rebase origin main || echo "Nothing to rebase" + - name: Push changes and create tag run: | if [ "${GITHUB_REF}" = "refs/heads/main" ]; then