From b78e45980598bbb1229af30d3fa0cb5f14670f3e Mon Sep 17 00:00:00 2001 From: Ruben Carvalho Date: Tue, 26 May 2026 13:32:26 +0200 Subject: [PATCH] fix(ci): pull rebase from main before commit and push in release workflow --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e9ab603f77..fd9d1fe45c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -297,6 +297,7 @@ jobs: - name: Commit and push changes if: steps.extract-tag.outputs.tag == 'latest' run: | + git pull --rebase origin main git add . git commit --no-verify -m "chore: release packages #publish" || echo "No changes to commit" git push