Skip to content

Commit 0145efb

Browse files
authored
ci: Change fetch-tags to fetch-depth
1 parent 069414b commit 0145efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
20-
fetch-tags: true
20+
fetch-depth: 0
2121
- name: Get Kotlin version
2222
id: get-kotlin-version
2323
run: |

0 commit comments

Comments
 (0)