From d8dd2d19f0449f87931d0df82b2f3a5774a0e1b5 Mon Sep 17 00:00:00 2001 From: Guney Saramali Date: Tue, 18 Jun 2024 16:18:57 +0300 Subject: [PATCH] test: Testing auto changelog generation --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index e9d186c..4616c6f 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -42,7 +42,7 @@ jobs: id: git_cliff with: config: cliff.toml - args: -vv --latest --strip header + args: latest.. - name: Download binary uses: actions/download-artifact@v4