diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index cb38280..05e4bdc 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - ref: ${{ github.ref_name }} + fetch-depth: 0 - name: Generate a changelog uses: Gnyblast/git-cliff-action@main