diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 4616c6f..cb38280 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -36,6 +36,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + ref: ${{ github.ref_name }} - name: Generate a changelog uses: Gnyblast/git-cliff-action@main