Skip to content

Commit

Permalink
add comment about versioningit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowJonathan authored and garfieldnate committed May 15, 2024
1 parent 07195f2 commit 9d58632
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ jobs:
with:
# Do a complete clone, not a shallow one.
# https://github.com/actions/checkout/#usage
#
# We need a complete clone, as versioningit uses `git describe`,
# which requires a commit tree to determine the latest tag.
fetch-depth: 0

- name: Show tags
Expand Down

0 comments on commit 9d58632

Please sign in to comment.