diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml index 9399758..0ef13fd 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -27,8 +27,8 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ github.event.repository.default_branch }} - fetch-depth: 0 - filter: blob:none + fetch-depth: 100 + fetch-tags: true - name: Install git-cliff uses: taiki-e/install-action@git-cliff diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86b7b69..287a181 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,8 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ github.event.repository.default_branch }} - fetch-depth: 0 - filter: blob:none + fetch-depth: 100 + fetch-tags: true - name: Install git-cliff uses: taiki-e/install-action@git-cliff