From 8cccda09278a66f33f569edc6344fd93a66a862e Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:21:07 -0600 Subject: [PATCH] chore: update versionize command --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bc49390..2825527 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: git config --local user.name "Stevan Freeborn" - name: Run versionize id: versionize - run: versionize -i --exit-insignificant-commits --changelog-all --workingDir ./src/AnthropicClient --commit-suffix "[skip ci]" + run: versionize -i --exit-insignificant-commits --workingDir ./src/AnthropicClient --commit-suffix "[skip ci]" continue-on-error: true - name: Upload changelog if: steps.versionize.outcome == 'success'