Set fetch-depth: 0.

This commit is contained in:
Mike Yarosh
2025-12-02 15:14:50 +03:00
committed by GitHub
parent 487105570b
commit 2d4be14062

View File

@@ -13,6 +13,7 @@ jobs:
ref: ${{ github.ref }} ref: ${{ github.ref }}
submodules: recursive submodules: recursive
fetch-tags: true fetch-tags: true
fetch-depth: 0
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
@@ -34,6 +35,7 @@ jobs:
ref: ${{ github.ref }} ref: ${{ github.ref }}
submodules: recursive submodules: recursive
fetch-tags: true fetch-tags: true
fetch-depth: 0
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with: