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