From e3f68cda67b3c7ee0b535688d99ea4b164e00e5f Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 17 Mar 2025 01:37:10 +0100 Subject: [PATCH] Update release-prepare-monthly.yml --- .github/workflows/release-prepare-monthly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-prepare-monthly.yml b/.github/workflows/release-prepare-monthly.yml index f2932904a..96c816acc 100644 --- a/.github/workflows/release-prepare-monthly.yml +++ b/.github/workflows/release-prepare-monthly.yml @@ -35,6 +35,10 @@ jobs: commit_message: "chore: empty commit to run CI" branch: build/release-${{ env.TIMESTAMP }} commit_options: "--allow-empty" + - name: Debug - show differences between `build/release` and `release` + run: | + git fetch origin release + git log --oneline origin/release..build/release-${{ env.TIMESTAMP }} - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: