diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 27dc8abf..b0e89622 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,6 +13,7 @@ jobs: ref: ${{ github.ref }} submodules: recursive fetch-tags: true + fetch-depth: 0 - name: Set up JDK uses: actions/setup-java@v4 with: @@ -34,6 +35,7 @@ jobs: ref: ${{ github.ref }} submodules: recursive fetch-tags: true + fetch-depth: 0 - name: Set up JDK uses: actions/setup-java@v4 with: