We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fetch-tags
fetch-depth
1 parent 069414b commit 0145efbCopy full SHA for 0145efb
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
with:
20
- fetch-tags: true
+ fetch-depth: 0
21
- name: Get Kotlin version
22
id: get-kotlin-version
23
run: |
0 commit comments