Skip to content

Commit

Permalink
Add checkout depth to have the history available to count the build n…
Browse files Browse the repository at this point in the history
…umber
  • Loading branch information
Michael Ruf committed Jan 9, 2023
1 parent 8683b9d commit c9ba7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Check out project
if: success()
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up JDK 17
if: success()
Expand Down

0 comments on commit c9ba7d4

Please sign in to comment.