ci: commit auto sync updates as fix
Some checks failed
build-flake / Release a new version (push) Has been cancelled
build-flake / Build flake (push) Has been cancelled

This commit is contained in:
2025-12-30 21:35:15 +02:00
parent d7eb04e754
commit dc70f0e701

View File

@@ -52,6 +52,8 @@ jobs:
run: nix flake check --all-systems run: nix flake check --all-systems
- name: Commit updates - name: Commit updates
if: ${{ steps.checkChanges.outputs.CHANGES == 'y' }} if: ${{ steps.checkChanges.outputs.CHANGES == 'y' }}
# FIX: chore must trigger release
# Temporary commiting as fix, because chore not triggering release
run: | run: |
git commit --no-gpg-sign -m 'chore(flake): update flake.lock' git commit --no-gpg-sign -m 'fix(flake): update flake.lock'
git push git push