autoupdate: remove git tag at the end

This commit is contained in:
2026-05-18 19:09:03 +02:00
parent e2d79fe94c
commit 9425c5f740
@@ -55,6 +55,8 @@ pkgs.writeShellApplication {
git -C "$FLAKE_DIR" reset --hard "pre-autoupdate-$TIME" git -C "$FLAKE_DIR" reset --hard "pre-autoupdate-$TIME"
fi fi
git -C "$FLAKE_DIR" tag -d "pre-autoupdate-$TIME" # removes the tag
rm -f "$ERROR_FILE" rm -f "$ERROR_FILE"
''; '';
} }