From d6797746e0fd5298216d9a6aafb07348f4e3890a Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Tue, 22 Oct 2024 09:20:25 +0200 Subject: [PATCH] ci: ignore conventional commit check for next release --- .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 23db689..db8b4db 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -42,7 +42,7 @@ jobs: - uses: cocogitto/cocogitto-action@v3 id: release with: - check-latest-tag-only: true + # check-latest-tag-only: true release: true git-user: github-actions git-user-email: github-actions@github.com