Skip to content

Commit 71b90da

Browse files
authored
ci: Fix auto-pr (#2513)
1 parent 92ceb4b commit 71b90da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-prepare-monthly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
commit_message: "chore: empty commit to run CI"
3636
branch: build/release-${{ env.TIMESTAMP }}
3737
commit_options: "--allow-empty"
38+
- name: Debug - show differences between `build/release` and `release`
39+
run: |
40+
git fetch origin release
41+
git log --oneline origin/release..build/release-${{ env.TIMESTAMP }}
3842
- name: Create Pull Request
3943
uses: peter-evans/create-pull-request@v6
4044
with:

0 commit comments

Comments
 (0)