Skip to content

Commit 40b69d3

Browse files
committed
[CI] Expand fetch depth for versioning?
1 parent 4bb2760 commit 40b69d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-builds.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
31-
fetch-depth: 1
31+
fetch-depth: 150
32+
fetch-tags: "true"
3233

3334
- name: Fetch Tags
3435
run: git fetch --tags

0 commit comments

Comments
 (0)