From 773f011f2299819ae4dc74413d1a07149064d462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Mon, 25 Aug 2025 11:27:24 +0200 Subject: [PATCH] ci: add reset and pull step to release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18ba2e6..d036136 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,9 @@ jobs: - name: Add changes run: git add . + - name: Reset and pull + run: git reset --hard && git pull + - name: Commit uses: dsanders11/github-app-commit-action@v1 with: