From ca080f839f6d67ebfff654a7644bedea2b549422 Mon Sep 17 00:00:00 2001 From: Giovambattista Fazioli Date: Wed, 27 Nov 2024 13:36:53 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18da6e0..caf9095 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,9 @@ jobs: git add CHANGELOG.md git commit -m "Update CHANGELOG.md for ${{ github.ref }}" + - name: Configure Git pull strategy + run: git config pull.rebase false + - name: Pull latest changes run: git pull origin update-changelog