diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcf0c3fac51..350245d3b45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} + fetch-depth: 0 # need this to get tags for changelog generation - name: Install pnpm uses: pnpm/action-setup@v4