Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0145efb

Browse files
authoredMay 6, 2025··
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.