From 6e995af782437b016ee9a9ab1b8e3a50d6526835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 15 Dec 2023 19:25:41 -0500 Subject: [PATCH] chore(ci): Fix pipeline by forcing --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6e16b78..34b6a43d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: + push_options: '--force' commit_message: "chore(docs): Rebuild docs [skip ci]" commit_author: "Javier Ribó" commit_user_name: "Javier Ribó"