From 135b7533a5b4c4595aa95fd2f05eb341c9eb8b0d Mon Sep 17 00:00:00 2001 From: Murad Akhundov Date: Tue, 27 Jan 2026 16:34:53 +0100 Subject: [PATCH] fix(ci): use --force-with-lease when pushing changelog updates --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9b15927..ad2ddd8 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -111,7 +111,7 @@ jobs: fi git commit -m "chore: update changelog for ${{ github.ref_name }}" - git push origin "$BRANCH" + git push --force-with-lease origin "$BRANCH" - name: Create pull request for changelog uses: peter-evans/create-pull-request@v6