From 6ff62f00beb3731ae8424d8d6ddff084ee5a1759 Mon Sep 17 00:00:00 2001 From: gardar Date: Thu, 25 Apr 2024 22:15:53 +0000 Subject: [PATCH] test: antsichaut version that ensures changes section is present in changelog Signed-off-by: gardar --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ed61747..c208e15b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: antsibull-changelog release -v --version "${{ steps.version.outputs.next-version }}" - name: "Run antsichaut" - uses: ansible-community/antsichaut@main + uses: gardar/antsichaut@fix-missing-changes with: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" since_version: "${{ steps.version.outputs.current-version }}"