Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading