Skip to content

Commit e647911

Browse files
authored
Set fetch-depth to 0 in guess_version workflow
1 parent 4f8d0a7 commit e647911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/guess_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uses: actions/checkout@v4
5454
# I need the entire depth to query tags
5555
with:
56+
fetch-depth: 0
5657
path: spm-runtime
5758

5859
- name: Compute tag

0 commit comments

Comments
 (0)