Skip to content

Commit 069414b

Browse files
authored
ci: Fetch tags in release workflow (#141)
1 parent 608ba01 commit 069414b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
fetch-tags: true
1921
- name: Get Kotlin version
2022
id: get-kotlin-version
2123
run: |

0 commit comments

Comments
 (0)