From 487105570b0f7785e96463afdd13d4584b84c50d Mon Sep 17 00:00:00 2001 From: Mike Yarosh Date: Tue, 2 Dec 2025 15:08:21 +0300 Subject: [PATCH] Add fetch-tags: true. --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d7df5fb4..27dc8abf 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,6 +12,7 @@ jobs: with: ref: ${{ github.ref }} submodules: recursive + fetch-tags: true - name: Set up JDK uses: actions/setup-java@v4 with: @@ -32,6 +33,7 @@ jobs: with: ref: ${{ github.ref }} submodules: recursive + fetch-tags: true - name: Set up JDK uses: actions/setup-java@v4 with: