diff --git a/.github/workflows/package-and-release.yaml b/.github/workflows/package-and-release.yaml index 7ce0c85b39f..01dc950ea64 100644 --- a/.github/workflows/package-and-release.yaml +++ b/.github/workflows/package-and-release.yaml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - fetch-tags: true + fetch-depth: 0 - name: Get is-release-candidate id: get-is-release-candidate run: |