From 686fdb98d4ff03dd77094c27656734f9565366d6 Mon Sep 17 00:00:00 2001 From: Guney Saramali Date: Tue, 18 Jun 2024 16:35:24 +0300 Subject: [PATCH] test: Testing auto changelog generation --- .github/workflows/build-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) 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