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