Skip to content

Commit

Permalink
chore: 🔧 Fix checkout step to fetch deeper git log tree so that chang…
Browse files Browse the repository at this point in the history
…elog creation can find details of commits included in merge
  • Loading branch information
P3pp3rF1y committed Oct 1, 2024
1 parent 41320f7 commit 5735229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 200 # Fetch 200 latest commits to make sure changelog can be created from merge commits
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 5735229

Please sign in to comment.