Skip to content

Commit

Permalink
Fetch tags in git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Nov 25, 2024
1 parent bde81d4 commit 8786aaf
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 @@ -34,6 +34,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-tags: true # Tags needed for correct version number in "check binary reproducibility" step

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 8786aaf

Please sign in to comment.