Remove cursor-release.nix from git add command in update-cursor.yml to streamline commit process.

This commit is contained in:
2026-01-17 14:29:55 -04:00
parent 839fdd2048
commit ba767873f4
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
git config --local user.email "git@chiasson.cloud"
git config --local user.name "Gitea Action"
git add flake.nix flake.lock cursor-release.nix
git add flake.nix flake.lock
git commit -m "$COMMIT_MSG"
git push