We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ceb4b commit 71b90daCopy full SHA for 71b90da
.github/workflows/release-prepare-monthly.yml
@@ -35,6 +35,10 @@ jobs:
35
commit_message: "chore: empty commit to run CI"
36
branch: build/release-${{ env.TIMESTAMP }}
37
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 }}
42
- name: Create Pull Request
43
uses: peter-evans/create-pull-request@v6
44
with:
0 commit comments