Add fetch-tags: true.

This commit is contained in:
Mike Yarosh
2025-12-02 15:08:21 +03:00
committed by GitHub
parent 080d92a6c1
commit 487105570b

View File

@@ -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: