From 858ee27dc0090a85c9c9405de9340da32f1db8e9 Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Tue, 7 Nov 2023 13:11:11 +1100 Subject: [PATCH] chore(cicd): Correct calls to semantic release Signed-off-by: Chris Butler --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e89610..ded68cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -99,7 +99,7 @@ jobs: run: | git config --global user.name "semantic-release (via Github actions)" git config --global user.email "semantic-release@github-actions" - semantic-release publish --verbosity=DEBUG + semantic-release -vv publish # publish: # name: Publish to PyPi # if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')