diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e9254f8..d27ca682 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: ref: ${{ needs.prepare.outputs.tag }} - depth: 0 + fetch-depth: 0 - name: Lint run: |