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