diff --git a/.github/workflows/new-release.yaml b/.github/workflows/new-release.yaml index a95c8a4..e84696e 100644 --- a/.github/workflows/new-release.yaml +++ b/.github/workflows/new-release.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Pipeline debug if: vars.DEBUG == 'true'