From 9e12cd46929be8366a43e2b5286c0eb3b1618328 Mon Sep 17 00:00:00 2001 From: kevin <68426071+hf-krechan@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:51:51 +0200 Subject: [PATCH] ci: remove -a flag from bo4e diff version-bump command it is not part of the new rust implementation --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 80f31f533..f919a76cc 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -58,7 +58,7 @@ jobs: LAST_VERSION=$(bo4e repo versions -qcn 1 -r ${{ github.ref_name }}) bo4e pull -t "$LAST_VERSION" -o tmp/last_schemas bo4e diff schemas tmp/last_schemas json_schemas -o tmp/diff.json - bo4e diff version-bump tmp/diff.json -aq + bo4e diff version-bump tmp/diff.json -q json_schemas: name: Generate JSON-Schemas runs-on: ubuntu-latest