diff --git a/.gitea/workflows/update-flake-lock.yml b/.gitea/workflows/update-flake-lock.yml index 6d583f9..d567b36 100644 --- a/.gitea/workflows/update-flake-lock.yml +++ b/.gitea/workflows/update-flake-lock.yml @@ -52,6 +52,8 @@ jobs: run: nix flake check --all-systems - name: Commit updates if: ${{ steps.checkChanges.outputs.CHANGES == 'y' }} + # FIX: chore must trigger release + # Temporary commiting as fix, because chore not triggering release 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