diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index 64d5baa..ece543b 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -64,11 +64,11 @@ jobs: # Propogate new version to meson.build uv run --no-sync python scripts/propogate-pyproject-metadata.py - # Lock everything again + # Update all the lock files git add . - uv run --no-sync pre-commit run --all-files uv sync --no-editable --all-extras --group all-dev - git add . + uv run --no-sync pre-commit run --all-files || git add . + # Make sure that we're now in a 'good' state uv run --no-sync pre-commit run --all-files # Commit, tag and push diff --git a/changelog/14.trivial.md b/changelog/14.trivial.md new file mode 100644 index 0000000..dbd32ee --- /dev/null +++ b/changelog/14.trivial.md @@ -0,0 +1 @@ +Fixed bump broken action.