From ea25aac6f7be0e2e667ddf933e9e3a3e1b0733ce Mon Sep 17 00:00:00 2001 From: Morty Space Date: Tue, 17 May 2022 21:12:55 +0200 Subject: [PATCH] ci: added debug for semantic release --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 241d660..72133f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,4 +107,4 @@ jobs: pip install python-semantic-release git config user.name github-actions git config user.email github-actions@github.com - semantic-release publish + semantic-release publish -v DEBUG