From 49c3610df31a26a62a3420915c8be4478f20afa1 Mon Sep 17 00:00:00 2001 From: Peter Trifanov Date: Tue, 6 May 2025 23:44:23 +0200 Subject: [PATCH] ci: Fetch tags in release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86dc258..1f9f77e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 + with: + fetch-tags: true - name: Get Kotlin version id: get-kotlin-version run: |